requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'object',
'id',
'provider',
'identification_id',
'provider_user_id',
'approved_scopes',
'email_address',
'first_name',
'last_name',
'public_metadata',
'created_at',
'updated_at',
'verification',
};