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