BudgetSummary class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

BudgetSummary({required String id, required String name, DateTime? lastModifiedOn, DateTime? firstMonth, DateTime? lastMonth, DateFormat? dateFormat, CurrencyFormat? currencyFormat, List<Account>? accounts})
BudgetSummary.fromJson(Map<String, dynamic> json)
factory

Properties

accounts List<Account>?
final
currencyFormat CurrencyFormat?
final
dateFormat DateFormat?
final
firstMonth DateTime?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
lastModifiedOn DateTime?
final
lastMonth DateTime?
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? id, String? name, DateTime? lastModifiedOn, DateTime? firstMonth, DateTime? lastMonth, DateFormat? dateFormat, CurrencyFormat? currencyFormat, List<Account>? accounts}) BudgetSummary

Available on BudgetSummary, provided by the $BudgetSummaryExtension extension

copyWithWrapped({Wrapped<String>? id, Wrapped<String>? name, Wrapped<DateTime?>? lastModifiedOn, Wrapped<DateTime?>? firstMonth, Wrapped<DateTime?>? lastMonth, Wrapped<DateFormat?>? dateFormat, Wrapped<CurrencyFormat?>? currencyFormat, Wrapped<List<Account>?>? accounts}) BudgetSummary

Available on BudgetSummary, provided by the $BudgetSummaryExtension 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 BudgetSummary Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(BudgetSummary instance)