isStaff property
Returns true
if the current user is staff (currently same as superuser).
Implementation
bool get isStaff => isSuperuser;
Returns true
if the current user is staff (currently same as superuser).
bool get isStaff => isSuperuser;