OverrideAccounts class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

OverrideAccounts({required OverrideAccountType type, required AccountSubtype? subtype, required double startingBalance, required double forceAvailableBalance, required String currency, required Meta meta, required Numbers numbers, required List<TransactionOverride> transactions, HoldingsOverride? holdings, InvestmentsTransactionsOverride? investmentTransactions, required OwnerOverride identity, required LiabilityOverride liability, required InflowModel inflowModel, IncomeOverride? income})
OverrideAccounts.fromJson(Map<String, dynamic> json)
factory

Properties

currency String
final
forceAvailableBalance double
final
hashCode int
The hash code for this object.
no setteroverride
holdings HoldingsOverride?
final
identity OwnerOverride
final
income IncomeOverride?
final
inflowModel InflowModel
final
investmentTransactions InvestmentsTransactionsOverride?
final
liability LiabilityOverride
final
meta Meta
final
numbers Numbers
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startingBalance double
final
subtype AccountSubtype?
final
transactions List<TransactionOverride>
final
type OverrideAccountType
final

Methods

copyWith({OverrideAccountType? type, AccountSubtype? subtype, double? startingBalance, double? forceAvailableBalance, String? currency, Meta? meta, Numbers? numbers, List<TransactionOverride>? transactions, HoldingsOverride? holdings, InvestmentsTransactionsOverride? investmentTransactions, OwnerOverride? identity, LiabilityOverride? liability, InflowModel? inflowModel, IncomeOverride? income}) OverrideAccounts

Available on OverrideAccounts, provided by the $OverrideAccountsExtension extension

copyWithWrapped({Wrapped<OverrideAccountType>? type, Wrapped<AccountSubtype?>? subtype, Wrapped<double>? startingBalance, Wrapped<double>? forceAvailableBalance, Wrapped<String>? currency, Wrapped<Meta>? meta, Wrapped<Numbers>? numbers, Wrapped<List<TransactionOverride>>? transactions, Wrapped<HoldingsOverride?>? holdings, Wrapped<InvestmentsTransactionsOverride?>? investmentTransactions, Wrapped<OwnerOverride>? identity, Wrapped<LiabilityOverride>? liability, Wrapped<InflowModel>? inflowModel, Wrapped<IncomeOverride?>? income}) OverrideAccounts

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