GoogleMapsPlacesV1PlacePlusCode constructor

GoogleMapsPlacesV1PlacePlusCode({
  1. String? compoundCode,
  2. String? globalCode,
})

Implementation

GoogleMapsPlacesV1PlacePlusCode({
  this.compoundCode,
  this.globalCode,
});