TransactionResponse constructor

TransactionResponse({
  1. TransactionResponseData? data,
})

Implementation

TransactionResponse({
  this.data,
});