TransactionsResponse constructor Null safety

TransactionsResponse(
  1. {TransactionsResponseData? data}
)

Implementation

TransactionsResponse({
  this.data,
});