BudgetDetailResponse$Data class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- BudgetDetailResponse$Data({required BudgetDetail budget, required num serverKnowledge})
-
BudgetDetailResponse$Data.fromJson(Map<
String, dynamic> json) -
factory
Properties
- budget → BudgetDetail
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverKnowledge → num
-
final
Methods
-
copyWith(
{BudgetDetail? budget, num? serverKnowledge}) → BudgetDetailResponse$Data -
Available on BudgetDetailResponse$Data, provided by the $BudgetDetailResponse$DataExtension extension
-
copyWithWrapped(
{Wrapped< BudgetDetail> ? budget, Wrapped<num> ? serverKnowledge}) → BudgetDetailResponse$Data -
Available on BudgetDetailResponse$Data, provided by the $BudgetDetailResponse$DataExtension extension
-
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.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const BudgetDetailResponse$Data Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(BudgetDetailResponse$Data instance)