Location constructor
Location({
- LatLng? latLng,
- String? locationType,
- PostalAddress? postalAddress,
- double? radiusInMiles,
Implementation
Location({
this.latLng,
this.locationType,
this.postalAddress,
this.radiusInMiles,
});