GetExchangesParams constructor
- @JsonSerializable.new(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory GetExchangesParams({
@Default(1) int page,
ExchangeAsset? asset, // CAIP-19 token address
List<String>? includeOnly, // list of exchangeIds
List<String>? exclude, // list of exchangeIds
}) = _GetExchangesParams;