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