BudgetedAndActualAmounts class
The amount of cost or usage that you created the budget for, compared to your actual costs or usage.
Constructors
- BudgetedAndActualAmounts.new({Spend? actualAmount, Spend? budgetedAmount, TimePeriod? timePeriod})
-
BudgetedAndActualAmounts.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actualAmount → Spend?
-
Your actual costs or usage for a budget period.
final
- budgetedAmount → Spend?
-
The amount of cost or usage that you created the budget for.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timePeriod → TimePeriod?
-
The time period covered by this budget comparison.
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