InfoResponse constructor

InfoResponse(
  1. Map<String, DepositAsset>? depositAssets,
  2. Map<String, DepositExchangeAsset>? depositExchangeAssets,
  3. Map<String, WithdrawAsset>? withdrawAssets,
  4. Map<String, WithdrawExchangeAsset>? withdrawExchangeAssets,
  5. AnchorFeeInfo? feeInfo,
  6. AnchorTransactionsInfo? transactionsInfo,
  7. AnchorTransactionInfo? transactionInfo,
  8. AnchorFeatureFlags? featureFlags,
)

Implementation

InfoResponse(
    this.depositAssets,
    this.depositExchangeAssets,
    this.withdrawAssets,
    this.withdrawExchangeAssets,
    this.feeInfo,
    this.transactionsInfo,
    this.transactionInfo,
    this.featureFlags);