requiredKeys constant

Set<String> const requiredKeys

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

Implementation

static const requiredKeys = <String>{
  'fixed_height',
  'fixed_height_downsampled',
  'fixed_height_still',
  'fixed_width',
  'fixed_width_downsampled',
  'fixed_width_still',
  'original',
};