ElginResponse constructor
const
ElginResponse({
- String? funcao,
- String? mensagem,
- ElginTransactionResponse? transaction,
- int? resultCode,
Implementation
const ElginResponse({
this.funcao,
this.mensagem,
this.transaction,
this.resultCode,
});