isImmutable property

  1. @override
bool get isImmutable
override

Whether this annotation is @immutable from the meta package.

@immutable indicates that a class and its subclasses should be immutable.

Implementation

@override
bool get isImmutable => _isMeta('immutable');