PersonalInfo class

Data class for Driver's Licence Verification Personal Info Response

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)

Constructors

PersonalInfo(String firstName, String middleName, String lastName, String fullName, String gender, String height, String lgaOfOrigin, String stateOfBirth, String countryOfBirth, String facialMark, String disability, String glasses, String dateOfBirth, String formattedDateOfBirth, String mobileNumber, String imageUrl)
PersonalInfo.fromJson(Map<String, dynamic> json)
factory

Properties

countryOfBirth String
getter/setter pair
dateOfBirth String
getter/setter pair
disability String
getter/setter pair
facialMark String
getter/setter pair
firstName String
getter/setter pair
formattedDateOfBirth String
getter/setter pair
fullName String
getter/setter pair
gender String
getter/setter pair
glasses String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height String
getter/setter pair
imageUrl String
getter/setter pair
lastName String
getter/setter pair
lgaOfOrigin String
getter/setter pair
middleName String
getter/setter pair
mobileNumber String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateOfBirth 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