requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'object',
'id',
'name',
'domain',
'idp_entity_id',
'idp_sso_url',
'idp_certificate',
'acs_url',
'sp_entity_id',
'sp_metadata_url',
'active',
'provider',
'user_count',
'sync_user_attributes',
'created_at',
'updated_at',
};