isImmutable property
bool
get
isImmutable
Whether this annotation is @immutable
from the meta package.
@immutable
indicates that a class and its subclasses should be immutable.
Implementation
bool get isImmutable;