isSealed property
bool
get
isSealed
Whether this annotation is @sealed
from the meta package.
@sealed
indicates that a class cannot be extended, implemented, or mixed in.
Implementation
bool get isSealed;