SEP24InfoResponse constructor

SEP24InfoResponse(
  1. Map<String, SEP24DepositAsset>? depositAssets,
  2. Map<String, SEP24WithdrawAsset>? withdrawAssets,
  3. FeeEndpointInfo? feeEndpointInfo,
  4. FeatureFlags? featureFlags,
)

Implementation

SEP24InfoResponse(this.depositAssets, this.withdrawAssets,
    this.feeEndpointInfo, this.featureFlags);