QueryAggregateVolumesRequest constructor

const QueryAggregateVolumesRequest({
  1. List<String> accounts = const [],
  2. List<String> marketIds = const [],
})

Implementation

const QueryAggregateVolumesRequest({
  this.accounts = const [],
  this.marketIds = const [],
});