TransactionsRequest constructor

TransactionsRequest({
  1. int? id,
})

Implementation

TransactionsRequest({
  this.id,
});