requiredKeys constant

Set<String> const requiredKeys

The list of required keys that must be present in a JSON.

Implementation

static const requiredKeys = <String>{
  'object',
  'enabled',
  'max_allowed_memberships',
  'max_allowed_roles',
  'max_allowed_permissions',
  'creator_role',
  'admin_delete_enabled',
  'domains_enabled',
  'domains_enrollment_modes',
  'domains_default_role',
};