Whether this annotation is @sealed from the meta package.
@sealed
@sealed indicates that a class cannot be extended, implemented, or mixed in.
@override bool get isSealed => _isMeta('sealed');