GoogleTypePostalAddress constructor

GoogleTypePostalAddress({
  1. List<String>? addressLines,
  2. String? administrativeArea,
  3. String? languageCode,
  4. String? locality,
  5. String? organization,
  6. String? postalCode,
  7. List<String>? recipients,
  8. String? regionCode,
  9. int? revision,
  10. String? sortingCode,
  11. String? sublocality,
})

Implementation

GoogleTypePostalAddress({
  this.addressLines,
  this.administrativeArea,
  this.languageCode,
  this.locality,
  this.organization,
  this.postalCode,
  this.recipients,
  this.regionCode,
  this.revision,
  this.sortingCode,
  this.sublocality,
});