isProtected property

  1. @override
bool get isProtected
override

Whether this annotation is @protected from the meta package.

@protected indicates that a member is visible only to subclasses.

Implementation

@override
bool get isProtected => _isMeta('protected');