requiredKeys constant

Set<String> const requiredKeys

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

Implementation

static const requiredKeys = <String>{
  'call_cid',
  'created_at',
  'type',
  'user',
  'call',
  'members',
  'hls_playlist_url',
  'capabilities_by_role',
  'notify_user',
  'session_id',
  'reaction',
  'call_recording',
  'video',
  'name',
  'participant',
  'call_transcription',
  'from_user_id',
  'muted_user_ids',
  'closed_caption',
  'connection_id',
  'me',
  'error',
  'custom',
  'cid',
  'permissions',
  'own_capabilities',
  'channel_id',
  'channel_type',
  'created_by',
  'shadow',
  'delete_conversation_channels',
  'hard_delete',
  'mark_messages_deleted',
};