BehavioralAnalysis class

Constructors

BehavioralAnalysis({String? monthToMonthInflowToOutflowRate, String? overallInflowToOutflowRate, int? totalLoanAmount, int? totalLoanRepaymentAmount, int? loanInflowRate, int? loanRepaymentToInflowRate, int? numberOfCreditLoanTransactions, int? numberOfDebitRepaymentTransactions, String? gamblingStatus, int? gamblingRate, double? accountActivity, double? percentOfInflowIrregularity, int? averageMonthlyLoanAmount, int? averageMonthlyLoanRepaymentAmount, dynamic accountSweep})
BehavioralAnalysis.fromJson(Map<String, dynamic> json)
factory

Properties

accountActivity double?
getter/setter pair
accountSweep ↔ dynamic
getter/setter pair
averageMonthlyLoanAmount int?
getter/setter pair
averageMonthlyLoanRepaymentAmount int?
getter/setter pair
gamblingRate int?
getter/setter pair
gamblingStatus String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loanInflowRate int?
getter/setter pair
loanRepaymentToInflowRate int?
getter/setter pair
monthToMonthInflowToOutflowRate String?
getter/setter pair
numberOfCreditLoanTransactions int?
getter/setter pair
numberOfDebitRepaymentTransactions int?
getter/setter pair
overallInflowToOutflowRate String?
getter/setter pair
percentOfInflowIrregularity double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalLoanAmount int?
getter/setter pair
totalLoanRepaymentAmount int?
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