requiredKeys constant

Set<String> const requiredKeys

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

Implementation

static const requiredKeys = <String>{
  'api_key',
  'call_custom_data',
  'call_id',
  'call_type',
  'token',
  'user_custom_data',
  'user_id',
};