requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'object',
'id',
'instance_id',
'status',
'plan_id',
'plan',
'plan_period',
'payment_source_id',
'payer_id',
'is_free_trial',
'proration_date',
'created_at',
'updated_at',
};