hasDev property
Returns true
if UserCapability.dev is one of the capabilities the user has. Otherwise false
.
Implementation
bool get hasDev => contains(UserCapability.dev);
Returns true
if UserCapability.dev is one of the capabilities the user has. Otherwise false
.
bool get hasDev => contains(UserCapability.dev);