OrderDeliveryAddress constructor

OrderDeliveryAddress({
  1. String? street1,
  2. String? street2,
  3. String? zip,
  4. String? city,
  5. String? state,
  6. String? country,
  7. String? countryCode,
  8. String? informations,
  9. String? phone,
  10. String? phoneCode,
  11. num? placeCatId,
  12. num? oowoo,
  13. num? lng,
  14. num? lat,
  15. String? utcModifier,
  16. num? frequentationDensity,
  17. num? roadtype,
})

Implementation

OrderDeliveryAddress(
    {this.street1,
    this.street2,
    this.zip,
    this.city,
    this.state,
    this.country,
    this.countryCode,
    this.informations,
    this.phone,
    this.phoneCode,
    this.placeCatId,
    this.oowoo,
    this.lng,
    this.lat,
    this.utcModifier,
    this.frequentationDensity,
    this.roadtype});