isUnstable property
bool
get
isUnstable
Whether this
has the @unstable
trait.
Implementation
bool get isUnstable => hasTrait<UnstableTrait>();
Whether this
has the @unstable
trait.
bool get isUnstable => hasTrait<UnstableTrait>();