isSystemAdmin method

bool isSystemAdmin()

Implementation

bool isSystemAdmin() {
  return authority == Authority.SYS_ADMIN;
}