Ktp class

Constructors

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})
Ktp.fromMap(Map<String, dynamic> json)
factory

Properties

agama String?
final
alamat String?
final
berlakuHingga String?
final
golDarah String?
final
hashCode int
The hash code for this object.
no setterinherited
jenisKelamin String?
final
kabKot String?
final
kecamatan String?
final
kelurahan String?
final
kewarganegaraan String?
final
nama String?
final
nik String?
final
pekerjaan String?
final
provinsi String?
final
rt String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rw String?
final
statusPerkawinan String?
final
tempatLahir String?
final
tglLahir String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited