SEP24InfoResponse constructor Null safety
- Map<
String, SEP24DepositAsset> ? depositAssets, - Map<
String, SEP24WithdrawAsset> ? withdrawAssets, - FeeEndpointInfo? feeEndpointInfo,
- FeatureFlags? featureFlags
Implementation
SEP24InfoResponse(this.depositAssets, this.withdrawAssets,
this.feeEndpointInfo, this.featureFlags);