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