requiredKeys constant
The list of required keys that must be present in a JSON.
Implementation
static const requiredKeys = <String>{
'accuracy_radius',
'city',
'continent',
'continent_code',
'country',
'country_iso_code',
'latitude',
'longitude',
'subdivision',
'subdivision_iso_code',
};