isProtected property

bool get isProtected

Whether the contract is protected.

Implementation

bool get isProtected => accessMode == accessModeProtected;