SubTransaction class

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

Constructors

SubTransaction({required String id, required String transactionId, required num amount, String? memo, String? payeeId, String? payeeName, String? categoryId, String? categoryName, String? transferAccountId, String? transferTransactionId, required bool deleted})
SubTransaction.fromJson(Map<String, dynamic> json)
factory

Properties

amount num
final
categoryId String?
final
categoryName String?
final
deleted bool
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
transactionId String
final
transferAccountId String?
final
transferTransactionId String?
final

Methods

copyWith({String? id, String? transactionId, num? amount, String? memo, String? payeeId, String? payeeName, String? categoryId, String? categoryName, String? transferAccountId, String? transferTransactionId, bool? deleted}) SubTransaction

Available on SubTransaction, provided by the $SubTransactionExtension extension

copyWithWrapped({Wrapped<String>? id, Wrapped<String>? transactionId, Wrapped<num>? amount, Wrapped<String?>? memo, Wrapped<String?>? payeeId, Wrapped<String?>? payeeName, Wrapped<String?>? categoryId, Wrapped<String?>? categoryName, Wrapped<String?>? transferAccountId, Wrapped<String?>? transferTransactionId, Wrapped<bool>? deleted}) SubTransaction

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