AddressVendorModel constructor

AddressVendorModel({
  1. String? postcode,
  2. String? buildingNumber,
  3. String? streetName,
  4. String? buildingName,
  5. String? buildingCode,
  6. String? buildingDescription,
  7. String? longitude,
  8. String? latitude,
})

Implementation

AddressVendorModel(
    {this.postcode,
      this.buildingNumber,
      this.streetName,
      this.buildingName,
      this.buildingCode,
      this.buildingDescription,
      this.longitude,
      this.latitude});