CMNDModel constructor
CMNDModel({
- String? address,
- String? age,
- String? birthday,
- String? blurCheck,
- String? colorCheck,
- String? cornerCheck,
- String? district,
- String? doctype,
- String? ethnicity,
- String? expireCheck,
- String? expiry,
- String? frontBackType,
- String? frontFlg,
- String? homeTown,
- String? id,
- String? imageRoi,
- String? issueAt,
- String? issueDate,
- String? logiccheck,
- String? logicmessage,
- String? name,
- String? province,
- String? religion,
- String? resultCode,
- String? sex,
- String? throwScreenCheck,
- String? ward,
- String? createAt,
- 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,
});