isNotRoleAdmin property

bool get isNotRoleAdmin

Returns true if this value is not roleAdmin, otherwise false.

Implementation

bool get isNotRoleAdmin => !isRoleAdmin;