TransactionStream class

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

Constructors

TransactionStream({String? accountId, String? streamId, String? categoryId, List<String>? category, String? description, DateTime? firstDate, DateTime? lastDate, RecurringTransactionFrequency? frequency, List<String>? transactionIds, TransactionStreamAmount? averageAmount, bool? isActive})
TransactionStream.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
final
averageAmount TransactionStreamAmount?
final
category List<String>?
final
categoryId String?
final
description String?
final
firstDate DateTime?
final
frequency RecurringTransactionFrequency?
final
hashCode int
The hash code for this object.
no setteroverride
isActive bool?
final
lastDate DateTime?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamId String?
final
transactionIds List<String>?
final

Methods

copyWith({String? accountId, String? streamId, String? categoryId, List<String>? category, String? description, DateTime? firstDate, DateTime? lastDate, RecurringTransactionFrequency? frequency, List<String>? transactionIds, TransactionStreamAmount? averageAmount, bool? isActive}) TransactionStream

Available on TransactionStream, provided by the $TransactionStreamExtension 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.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const TransactionStream Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(TransactionStream instance)