Juso constructor

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

Implementation

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