TransactionResponse constructor Null safety

TransactionResponse(
  1. {TransactionResponseData? data}
)

Implementation

TransactionResponse({
  this.data,
});