ScheduledSubTransaction class

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

Constructors

ScheduledSubTransaction({required String id, required String scheduledTransactionId, required num amount, String? memo, String? payeeId, String? categoryId, String? transferAccountId, required bool deleted})
ScheduledSubTransaction.fromJson(Map<String, dynamic> json)
factory

Properties

amount num
final
categoryId String?
final
deleted bool
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
memo String?
final
payeeId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledTransactionId String
final
transferAccountId String?
final

Methods

copyWith({String? id, String? scheduledTransactionId, num? amount, String? memo, String? payeeId, String? categoryId, String? transferAccountId, bool? deleted}) ScheduledSubTransaction

Available on ScheduledSubTransaction, provided by the $ScheduledSubTransactionExtension extension

copyWithWrapped({Wrapped<String>? id, Wrapped<String>? scheduledTransactionId, Wrapped<num>? amount, Wrapped<String?>? memo, Wrapped<String?>? payeeId, Wrapped<String?>? categoryId, Wrapped<String?>? transferAccountId, Wrapped<bool>? deleted}) ScheduledSubTransaction

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