requiredKeys constant

Set<String> const requiredKeys

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

Implementation

static const requiredKeys = <String>{
  // This was part of open api gen but at the moment of writing does not show up in the response.
  //'cid',
  'connection_id',
  'created_at',
  'type',
};