Whether this annotation is @immutable from the meta package.
@immutable
@immutable indicates that a class and its subclasses should be immutable.
@override bool get isImmutable => _isMeta('immutable');