User class

Constructors

User({bool? isChampion, bool? isBorrower, bool? isRegistered, String? id, String? partnerId, String? extUserId, List<StudentLoanAccounts>? studentLoanAccounts, num? createdOn, num? updatedOn, num? v, StudentLoanAccountSummary? studentLoanAccountSummary, LastConnectedLoanServicerDetails? lastConnectedLoanServicerDetails})
User.fromJson(dynamic json)

Properties

createdOn → num?
no setter
extUserId → String?
no setter
hashCode → int
The hash code for this object.
no setterinherited
id → String
no setter
isBorrower → bool?
no setter
isChampion → bool?
no setter
isRegistered → bool?
no setter
lastConnectedLoanServicerDetails → LastConnectedLoanServicerDetails?
no setter
partnerId → String?
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
studentLoanAccounts → List<StudentLoanAccounts>
no setter
studentLoanAccountSummary → StudentLoanAccountSummary?
no setter
updatedOn → num?
no setter
v → num?
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