hasDev property

bool get hasDev

Returns true if UserCapability.dev is one of the capabilities the user has. Otherwise false.

Implementation

bool get hasDev => contains(UserCapability.dev);