GoogleGeocodingAddressComponent constructor Null safety

const GoogleGeocodingAddressComponent(
  1. {String longName = '',
  2. String shortName = '',
  3. Iterable<String> types = const <String>[]}
)

Implementation

const GoogleGeocodingAddressComponent({
  this.longName = '',
  this.shortName = '',
  this.types = const <String>[],
});