ScheduledTransactionDetail class

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

Constructors

ScheduledTransactionDetail({required String accountName, String? payeeName, String? categoryName, required List<ScheduledSubTransaction> subtransactions, required String id, required DateTime dateFirst, required DateTime dateNext, required ScheduledTransactionDetailFrequency frequency, required num amount, String? memo, ScheduledTransactionDetailFlagColor? flagColor, required String accountId, String? payeeId, String? categoryId, String? transferAccountId, required bool deleted})
ScheduledTransactionDetail.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String
final
accountName String
final
amount num
final
categoryId String?
final
categoryName String?
final
dateFirst DateTime
final
dateNext DateTime
final
deleted bool
final
flagColor ScheduledTransactionDetailFlagColor?
final
frequency ScheduledTransactionDetailFrequency
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
memo String?
final
payeeId String?
final
payeeName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtransactions List<ScheduledSubTransaction>
final
transferAccountId String?
final

Methods

copyWith({String? accountName, String? payeeName, String? categoryName, List<ScheduledSubTransaction>? subtransactions, String? id, DateTime? dateFirst, DateTime? dateNext, ScheduledTransactionDetailFrequency? frequency, num? amount, String? memo, ScheduledTransactionDetailFlagColor? flagColor, String? accountId, String? payeeId, String? categoryId, String? transferAccountId, bool? deleted}) ScheduledTransactionDetail

Available on ScheduledTransactionDetail, provided by the $ScheduledTransactionDetailExtension extension

copyWithWrapped({Wrapped<String>? accountName, Wrapped<String?>? payeeName, Wrapped<String?>? categoryName, Wrapped<List<ScheduledSubTransaction>>? subtransactions, Wrapped<String>? id, Wrapped<DateTime>? dateFirst, Wrapped<DateTime>? dateNext, Wrapped<ScheduledTransactionDetailFrequency>? frequency, Wrapped<num>? amount, Wrapped<String?>? memo, Wrapped<ScheduledTransactionDetailFlagColor?>? flagColor, Wrapped<String>? accountId, Wrapped<String?>? payeeId, Wrapped<String?>? categoryId, Wrapped<String?>? transferAccountId, Wrapped<bool>? deleted}) ScheduledTransactionDetail

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