AddressComponents constructor

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

Implementation

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