isStudent property

bool get isStudent

Returns true if this capability is UserCapability.student. Otherwise false.

Implementation

bool get isStudent => this == UserCapability.student;