isUnstable property

bool get isUnstable

Whether this has the @unstable trait.

Implementation

bool get isUnstable => hasTrait<UnstableTrait>();