UserPass class

Implementers

Constructors

UserPass({String? firstName, String? lastName, String? emailID, String? loanServicerName, String? username, String? userId, String? password, String? pin, String? dob, String? accountNumber, String? ssn})
UserPass.fromJson(dynamic json)

Properties

accountNumber String?
no setter
dob String?
no setter
emailID String?
no setter
firstName String?
no setter
hashCode int
The hash code for this object.
no setterinherited
lastName String?
no setter
loanServicerName String?
no setter
password String?
no setter
pin String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ssn String?
no setter
userId String?
no setter
username String?
no setter

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