TcTransactionResponse constructor

TcTransactionResponse({
  1. bool? success,
  2. String? titleResponse,
  3. String? textResponse,
  4. String? lastAction,
  5. TcTransactionResponseData? data,
})

Implementation

TcTransactionResponse({
  this.success,
  this.titleResponse,
  this.textResponse,
  this.lastAction,
  this.data,
});