RawAddressComponent constructor

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

Implementation

const RawAddressComponent(
    {required this.types, this.longText, this.shortText});