KopoModel constructor

KopoModel({
  1. String? postcode,
  2. String? postcode1,
  3. String? postcode2,
  4. String? postcodeSeq,
  5. String? zonecode,
  6. String? address,
  7. String? addressEnglish,
  8. String? addressType,
  9. String? bcode,
  10. String? bname,
  11. String? bname1,
  12. String? bname2,
  13. String? sido,
  14. String? sigungu,
  15. String? sigunguCode,
  16. String? userLanguageType,
  17. String? query,
  18. String? buildingName,
  19. String? buildingCode,
  20. String? apartment,
  21. String? jibunAddress,
  22. String? jibunAddressEnglish,
  23. String? roadAddress,
  24. String? roadAddressEnglish,
  25. String? autoRoadAddress,
  26. String? autoRoadAddressEnglish,
  27. String? autoJibunAddress,
  28. String? autoJibunAddressEnglish,
  29. String? userSelectedType,
  30. String? noSelected,
  31. String? hname,
  32. String? roadnameCode,
  33. String? roadname,
})

Implementation

KopoModel(
    {this.postcode,
    this.postcode1,
    this.postcode2,
    this.postcodeSeq,
    this.zonecode,
    this.address,
    this.addressEnglish,
    this.addressType,
    this.bcode,
    this.bname,
    this.bname1,
    this.bname2,
    this.sido,
    this.sigungu,
    this.sigunguCode,
    this.userLanguageType,
    this.query,
    this.buildingName,
    this.buildingCode,
    this.apartment,
    this.jibunAddress,
    this.jibunAddressEnglish,
    this.roadAddress,
    this.roadAddressEnglish,
    this.autoRoadAddress,
    this.autoRoadAddressEnglish,
    this.autoJibunAddress,
    this.autoJibunAddressEnglish,
    this.userSelectedType,
    this.noSelected,
    this.hname,
    this.roadnameCode,
    this.roadname});