Ktp constructor
Ktp({
- required String? nik,
- required String? nama,
- required String? tempatLahir,
- required String? golDarah,
- required String? tglLahir,
- required String? jenisKelamin,
- required String? alamat,
- required String? rt,
- required String? rw,
- required String? kelurahan,
- required String? kecamatan,
- required String? agama,
- required String? statusPerkawinan,
- required String? pekerjaan,
- required String? kewarganegaraan,
- required String? berlakuHingga,
- required String? provinsi,
- required String? kabKot,
Implementation
Ktp({
required this.nik,
required this.nama,
required this.tempatLahir,
required this.golDarah,
required this.tglLahir,
required this.jenisKelamin,
required this.alamat,
required this.rt,
required this.rw,
required this.kelurahan,
required this.kecamatan,
required this.agama,
required this.statusPerkawinan,
required this.pekerjaan,
required this.kewarganegaraan,
required this.berlakuHingga,
required this.provinsi,
required this.kabKot,
});