InfoResponse constructor Null safety
- Map<
String, DepositAsset> ? depositAssets, - Map<
String, WithdrawAsset> ? withdrawAssets, - AnchorFeeInfo? feeInfo,
- AnchorTransactionsInfo? transactionsInfo,
- AnchorTransactionInfo? transactionInfo
Implementation
InfoResponse(this.depositAssets, this.withdrawAssets, this.feeInfo, this.transactionsInfo,
this.transactionInfo);