AddressComponents constructor

AddressComponents({
  1. String? longText,
  2. String? shortText,
  3. List<String>? types,
})

Implementation

AddressComponents({this.longText, this.shortText, this.types});