requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'id',
'protocol',
'provider',
'name',
'logo_public_url',
'active',
'sync_user_attributes',
'allow_subdomains',
'allow_idp_initiated',
'disable_additional_identifications',
'created_at',
'updated_at',
};