TcTransactionResponse constructor
TcTransactionResponse({
- bool? success,
- String? titleResponse,
- String? textResponse,
- String? lastAction,
- TcTransactionResponseData? data,
Implementation
TcTransactionResponse({
this.success,
this.titleResponse,
this.textResponse,
this.lastAction,
this.data,
});