isAdmin property

bool get isAdmin

Implementation

bool get isAdmin {
  return getPrivileges?.is_admin == 1;
}