TronResult constructor

const TronResult({
  1. BigInt? fee,
  2. TronResultCode? ret,
  3. TronContractResult? contractRet,
  4. String? assetIssueID,
  5. BigInt? withdrawAmount,
  6. BigInt? unfreezeAmount,
  7. BigInt? exchangeReceivedAmount,
  8. BigInt? exchangeInjectAnotherAmount,
  9. BigInt? exchangeWithdrawAnotherAmount,
  10. BigInt? exchangeId,
  11. BigInt? shieldedTransactionFee,
  12. BigInt? withdrawExpireAmount,
  13. Map<String, BigInt>? cancelUnfreezeV2Amount,
})

Implementation

const TronResult({
  this.fee,
  this.ret,
  this.contractRet,
  this.assetIssueID,
  this.withdrawAmount,
  this.unfreezeAmount,
  this.exchangeReceivedAmount,
  this.exchangeInjectAnotherAmount,
  this.exchangeWithdrawAnotherAmount,
  this.exchangeId,
  this.shieldedTransactionFee,
  this.withdrawExpireAmount,
  this.cancelUnfreezeV2Amount,
});