KtpModel class

Constructors

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

Properties

address String?
final
birthDay String?
final
city String?
final
district String?
final
gender String?
final
hashCode int
The hash code for this object.
no setterinherited
marital String?
final
name String?
final
nationality String?
final
nik String?
final
occupation String?
final
placeBirth String?
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
province String?
final
religion String?
final
rt String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rw String?
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
subDistrict String?
final
validUntil String?
final

Methods

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

Operators

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