requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'call_cid',
'created_at',
'digit',
'duration_ms',
'seq_number',
'timestamp',
'type',
'user',
'error',
'ingress_stream_id',
'user_id',
'publisher_type',
};