GmhAddressData constructor
const
GmhAddressData({})
Data model representing address information returned by Google Maps.
Implementation
const GmhAddressData({
required this.lat,
required this.lng,
required this.placeId,
required this.address,
});