CMNDModel constructor

CMNDModel({
  1. String? address,
  2. String? age,
  3. String? birthday,
  4. String? blurCheck,
  5. String? colorCheck,
  6. String? cornerCheck,
  7. String? district,
  8. String? doctype,
  9. String? ethnicity,
  10. String? expireCheck,
  11. String? expiry,
  12. String? frontBackType,
  13. String? frontFlg,
  14. String? homeTown,
  15. String? id,
  16. String? imageRoi,
  17. String? issueAt,
  18. String? issueDate,
  19. String? logiccheck,
  20. String? logicmessage,
  21. String? name,
  22. String? province,
  23. String? religion,
  24. String? resultCode,
  25. String? sex,
  26. String? throwScreenCheck,
  27. String? ward,
  28. String? createAt,
  29. String? pasteOverCheck,
})

Implementation

CMNDModel({
  this.address,
  this.age,
  this.birthday,
  this.blurCheck,
  this.colorCheck,
  this.cornerCheck,
  this.district,
  this.doctype,
  this.ethnicity,
  this.expireCheck,
  this.expiry,
  this.frontBackType,
  this.frontFlg,
  this.homeTown,
  this.id,
  this.imageRoi,
  this.issueAt,
  this.issueDate,
  this.logiccheck,
  this.logicmessage,
  this.name,
  this.province,
  this.religion,
  this.resultCode,
  this.sex,
  this.throwScreenCheck,
  this.ward,
  this.createAt,
  this.pasteOverCheck,
});