SaveTransactionWithId constructor
SaveTransactionWithId({
- String? id,
- String? accountId,
- DateTime? date,
- num? amount,
- String? payeeId,
- String? payeeName,
- String? categoryId,
- String? memo,
- SaveTransactionWithIdCleared? cleared,
- bool? approved,
- SaveTransactionWithIdFlagColor? flagColor,
- String? importId,
- List<
SaveSubTransaction> ? subtransactions,
Implementation
SaveTransactionWithId({
this.id,
this.accountId,
this.date,
this.amount,
this.payeeId,
this.payeeName,
this.categoryId,
this.memo,
this.cleared,
this.approved,
this.flagColor,
this.importId,
this.subtransactions,
});