AddressComponent constructor

AddressComponent({
  1. List<String>? types,
  2. String? longName,
  3. String? shortName,
})

Implementation

AddressComponent({
  this.types,
  this.longName,
  this.shortName,
});