GoalReviewData class

Constructors

GoalReviewData({required String name, required String imageUrl, required String bankLogoUrl, required String partnerImageUrl, required String planId, required double goalAmount, required double rewardAmount, required double rewardPercentage, required double rewardEMIAmount, required double payableAmount, required double currentDiscount, required double totalDiscount, required double recurringDeposit, required double dueAmount, required double totalDeposit, required DateTime endDate, required Tenure tenure, required bool isDiscountCodeApplicable, required bool isPercentReward})

Properties

bankLogoUrl String
final
currentDiscount double
final
dueAmount double
final
endDate DateTime
final
goalAmount double
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
final
isDiscountCodeApplicable bool
final
isPercentReward bool
final
name String
final
partnerImageUrl String
final
payableAmount double
final
planId String
final
recurringDeposit double
final
rewardAmount double
final
rewardEMIAmount double
final
rewardPercentage double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenure → Tenure
final
totalDeposit double
final
totalDiscount double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

dummy() GoalReviewData
from(GoalGetResponse response) GoalReviewData
of(BuildContext context) GoalReviewData
scaleToOne(double value) double