GoogleMapsPlacesV1AddressDescriptorArea constructor

GoogleMapsPlacesV1AddressDescriptorArea({
  1. String? containment,
  2. GoogleTypeLocalizedText? displayName,
  3. String? name,
  4. String? placeId,
})

Implementation

GoogleMapsPlacesV1AddressDescriptorArea({
  this.containment,
  this.displayName,
  this.name,
  this.placeId,
});