Whether this annotation is @protected from the meta package.
@protected
@protected indicates that a member is visible only to subclasses.
@override bool get isProtected => _isMeta('protected');