BudgetData class
A data model for a budget.
The primaryAmount is the budget cap in USD.
Constructors
- BudgetData({String? name, double? primaryAmount, double? amountUsed})
-
const
Properties
- amountUsed → double?
-
Amount of the budget that is consumed or used.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The display name of this entity.
final
- primaryAmount → double?
-
The primary amount or value of this entity.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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