Result constructor

Result({
  1. List<AddressComponent>? addressComponents,
  2. String? formattedAddress,
  3. Geometry? geometry,
  4. String? placeId,
  5. PlusCode? plusCode,
  6. List<String>? types,
})

Implementation

Result({
  this.addressComponents,
  this.formattedAddress,
  this.geometry,
  this.placeId,
  this.plusCode,
  this.types,
});