LocationResponse constructor
LocationResponse({})
Returns a new LocationResponse instance.
Implementation
LocationResponse({
required this.continentCode,
required this.countryIsoCode,
required this.subdivisionIsoCode,
});