TransactionContentResponse constructor Null safety

TransactionContentResponse(
  1. {TransactionContentResponseData? data}
)

Implementation

TransactionContentResponse({
  this.data,
});