PatchTransactionsWrapper constructor
PatchTransactionsWrapper({
- required List<
SaveTransactionWithId> transactions,
Implementation
PatchTransactionsWrapper({
required this.transactions,
});