AddressComponent constructor

AddressComponent({
  1. String? longText,
  2. String? shortText,
  3. List<PlaceType>? types,
  4. String? languageCode,
})

Implementation

AddressComponent({
  this.longText,
  this.shortText,
  this.types,
  this.languageCode,
});