CivicinfoSchemaV2SimpleAddressType constructor

CivicinfoSchemaV2SimpleAddressType({
  1. List<String>? addressLine,
  2. String? city,
  3. String? line1,
  4. String? line2,
  5. String? line3,
  6. String? locationName,
  7. String? state,
  8. String? zip,
})

Implementation

CivicinfoSchemaV2SimpleAddressType({
  this.addressLine,
  this.city,
  this.line1,
  this.line2,
  this.line3,
  this.locationName,
  this.state,
  this.zip,
});