BudgetDetail class

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

Constructors

BudgetDetail({List<Account>? accounts, List<Payee>? payees, List<PayeeLocation>? payeeLocations, List<CategoryGroup>? categoryGroups, List<Category>? categories, List<MonthDetail>? months, List<TransactionSummary>? transactions, List<SubTransaction>? subtransactions, List<ScheduledTransactionSummary>? scheduledTransactions, List<ScheduledSubTransaction>? scheduledSubtransactions, required String id, required String name, DateTime? lastModifiedOn, DateTime? firstMonth, DateTime? lastMonth, DateFormat? dateFormat, CurrencyFormat? currencyFormat})
BudgetDetail.fromJson(Map<String, dynamic> json)
factory

Properties

accounts List<Account>?
final
categories List<Category>?
final
categoryGroups List<CategoryGroup>?
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
months List<MonthDetail>?
final
name String
final
payeeLocations List<PayeeLocation>?
final
payees List<Payee>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledSubtransactions List<ScheduledSubTransaction>?
final
scheduledTransactions List<ScheduledTransactionSummary>?
final
subtransactions List<SubTransaction>?
final
transactions List<TransactionSummary>?
final

Methods

copyWith({List<Account>? accounts, List<Payee>? payees, List<PayeeLocation>? payeeLocations, List<CategoryGroup>? categoryGroups, List<Category>? categories, List<MonthDetail>? months, List<TransactionSummary>? transactions, List<SubTransaction>? subtransactions, List<ScheduledTransactionSummary>? scheduledTransactions, List<ScheduledSubTransaction>? scheduledSubtransactions, String? id, String? name, DateTime? lastModifiedOn, DateTime? firstMonth, DateTime? lastMonth, DateFormat? dateFormat, CurrencyFormat? currencyFormat}) BudgetDetail

Available on BudgetDetail, provided by the $BudgetDetailExtension extension

copyWithWrapped({Wrapped<List<Account>?>? accounts, Wrapped<List<Payee>?>? payees, Wrapped<List<PayeeLocation>?>? payeeLocations, Wrapped<List<CategoryGroup>?>? categoryGroups, Wrapped<List<Category>?>? categories, Wrapped<List<MonthDetail>?>? months, Wrapped<List<TransactionSummary>?>? transactions, Wrapped<List<SubTransaction>?>? subtransactions, Wrapped<List<ScheduledTransactionSummary>?>? scheduledTransactions, Wrapped<List<ScheduledSubTransaction>?>? scheduledSubtransactions, Wrapped<String>? id, Wrapped<String>? name, Wrapped<DateTime?>? lastModifiedOn, Wrapped<DateTime?>? firstMonth, Wrapped<DateTime?>? lastMonth, Wrapped<DateFormat?>? dateFormat, Wrapped<CurrencyFormat?>? currencyFormat}) BudgetDetail

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