Loans class

Constructors

Loans({String? loanName, String? dueDate, String? loanType, String? status, num? pendingLoanTermInMonths, num? origAmount, num? interestRate, num? principalBalance, num? outstandingInterest, String? repaymentPlan, num? outstandingBalance, num? calculatedPriorityScore, String? expectedPayoffDate, num? regularMonthlyPayment, String? loanId, num? createdOn})
Loans.fromJson(dynamic json)

Properties

calculatedPriorityScore num?
no setter
createdOn num?
no setter
dueDate String?
no setter
expectedPayoffDate String?
no setter
hashCode int
The hash code for this object.
no setterinherited
interestRate num?
no setter
loanId String?
no setter
loanName String?
no setter
loanType String?
no setter
origAmount num?
no setter
outstandingBalance num?
no setter
outstandingInterest num?
no setter
pendingLoanTermInMonths num?
no setter
principalBalance num?
no setter
regularMonthlyPayment num?
no setter
repaymentPlan String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status 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