PersonModel class

Constructors

PersonModel({String? docNumber, String? firstNameEn, String? lastNameEn, String? firstNameKh, String? lastNameKh, String? type, String? gender, DateTime? dateOfBirth, String? countryCode, String? nationality, DateTime? issuedDate, DateTime? expiredDate, String? issuedCountry, String? optionalValues, String? placeOfBirth, String? currentAddress, String? homeAddress, String? identityCurrentAddress, String? identityHomeAddress, String? currentProfile, String? digitalId, String? id, String? status})
PersonModel.fromJson(Map<String, dynamic> json)
factory

Properties

countryCode String?
getter/setter pair
currentAddress String?
getter/setter pair
currentProfile String?
getter/setter pair
dateOfBirth DateTime?
getter/setter pair
digitalId String?
getter/setter pair
docNumber String?
getter/setter pair
expiredDate DateTime?
getter/setter pair
firstNameEn String?
getter/setter pair
firstNameKh String?
getter/setter pair
gender String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homeAddress String?
getter/setter pair
id String?
getter/setter pair
identityCurrentAddress String?
getter/setter pair
identityHomeAddress String?
getter/setter pair
issuedCountry String?
getter/setter pair
issuedDate DateTime?
getter/setter pair
lastNameEn String?
getter/setter pair
lastNameKh String?
getter/setter pair
nationality String?
getter/setter pair
optionalValues String?
getter/setter pair
placeOfBirth String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
type String?
getter/setter pair

Methods

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

Operators

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