KtpModel constructor

const KtpModel({
  1. String? nik,
  2. String? name,
  3. String? birthDay,
  4. String? placeBirth,
  5. String? gender,
  6. String? address,
  7. String? rt,
  8. String? rw,
  9. String? subDistrict,
  10. String? district,
  11. String? province,
  12. String? city,
  13. String? religion,
  14. String? marital,
  15. String? occupation,
  16. String? nationality,
  17. String? validUntil,
})

Implementation

const KtpModel({
  this.nik,
  this.name,
  this.birthDay,
  this.placeBirth,
  this.gender,
  this.address,
  this.rt,
  this.rw,
  this.subDistrict,
  this.district,
  this.province,
  this.city,
  this.religion,
  this.marital,
  this.occupation,
  this.nationality,
  this.validUntil,
});