requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'object',
'id',
'email_address',
'role',
'role_name',
'public_metadata',
'url',
'expires_at',
'created_at',
'updated_at',
};