requiredKeys constant

Set<String> const requiredKeys

The list of required keys that must be present in a JSON.

Implementation

static const requiredKeys = <String>{
  'backstage',
  'blocked_user_ids',
  'cid',
  'created_at',
  'created_by',
  'current_session_id',
  'custom',
  'egress',
  'id',
  'ingress',
  'recording',
  'settings',
  'transcribing',
  'type',
  'updated_at',
};