requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'object',
'id',
'user_id',
'client_id',
'status',
'last_active_at',
'expire_at',
'abandon_at',
'updated_at',
'created_at',
};