isStudent property
Returns true
if this capability is UserCapability.student. Otherwise false
.
Implementation
bool get isStudent => this == UserCapability.student;
Returns true
if this capability is UserCapability.student. Otherwise false
.
bool get isStudent => this == UserCapability.student;