PersonalInfo class

Data class for NIN Verification Personal Info Response

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

Constructors

PersonalInfo(String title, String firstName, String middleName, String lastName, String fullName, String maidenName, String gender, String email, String phoneNumber, String dateOfBirth, String formattedDateOfBirth, String height, String maritalStatus, String imageUrl, String religion, String signature)
PersonalInfo.fromJson(Map<String, dynamic> json)
factory

Properties

dateOfBirth String
getter/setter pair
email String
getter/setter pair
firstName String
getter/setter pair
formattedDateOfBirth String
getter/setter pair
fullName String
getter/setter pair
gender 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
maidenName String
getter/setter pair
maritalStatus String
getter/setter pair
middleName String
getter/setter pair
phoneNumber String
getter/setter pair
religion String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
getter/setter pair
title 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