requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'object',
'id',
'name',
'slug',
'max_allowed_memberships',
'admin_delete_enabled',
'public_metadata',
'private_metadata',
'created_at',
'updated_at',
'image_url',
'has_image',
};