IdFrontData class

Constructors

IdFrontData({String? documentImageBase64, String? icNumber, String? street, String? city, String? name, String? state, String? zipCode, String? dob, String? gender})
IdFrontData.fromJson(Map<String, dynamic> json)
factory

Properties

city String?
final
dob String?
final
documentImageBase64 String?
final
gender String?
final
hashCode int
The hash code for this object.
no setterinherited
icNumber String?
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final
street String?
final
zipCode String?
final

Methods

copyWith({String? documentImageBase64, String? icNumber, String? street, String? city, String? name, String? state, String? zipCode, String? dob, String? gender}) IdFrontData
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