PersonalInformation class

Constructors

PersonalInformation.new({String? address, String? birthDate, int? gender, String? nameEN, String? nameTH, String? personalID, String? PicturePreFix, String? PictureSubFix, bool? status, int? Message_code})
PersonalInformation.fromJson(Map<String, dynamic> json)

Properties

address String?
getter/setter pair
birthDate String?
getter/setter pair
CardIssuer String?
getter/setter pair
ExpireDate String?
getter/setter pair
gender int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
IssueDate String?
getter/setter pair
Message_code int?
getter/setter pair
nameEN String?
getter/setter pair
nameTH String?
getter/setter pair
personalID String?
getter/setter pair
PicturePreFix String?
getter/setter pair
PictureSubFix String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status bool?
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