ElginResponse constructor

const ElginResponse({
  1. String? funcao,
  2. String? mensagem,
  3. ElginTransactionResponse? transaction,
  4. int? resultCode,
})

Implementation

const ElginResponse({
  this.funcao,
  this.mensagem,
  this.transaction,
  this.resultCode,
});