AddressComponent constructor

AddressComponent({
  1. String? name,
  2. String? shortName,
})

Implementation

AddressComponent({this.name, this.shortName});