isProtected property

bool get isProtected

Whether this annotation is @protected from the meta package.

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

Implementation

bool get isProtected;