isProtected property
bool
get
isProtected
Whether the contract is protected.
Implementation
bool get isProtected => accessMode == accessModeProtected;
Whether the contract is protected.
bool get isProtected => accessMode == accessModeProtected;