TransactionLastResponse constructor Null safety

TransactionLastResponse(
  1. {Data? data}
)

Implementation

TransactionLastResponse({
  this.data,
});