PatchTransactionsWrapper constructor

PatchTransactionsWrapper({
  1. required List<SaveTransactionWithId> transactions,
})

Implementation

PatchTransactionsWrapper({
  required this.transactions,
});