Returns true if the current user is a superuser.
true
bool get isSuperuser => _user?.isSuperuser ?? false;