requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'object',
'id',
'type',
'subject',
'name',
'claims',
'scopes',
'revoked',
'revocation_reason',
'expired',
'expiration',
'created_by',
'last_used_at',
'created_at',
'updated_at',
};