isStaff property

bool get isStaff

Returns true if the current user is staff (currently same as superuser).

Implementation

bool get isStaff => isSuperuser;