MarketListResponse$Response constructor

const MarketListResponse$Response({
  1. required List<String> pairs,
})

Implementation

const MarketListResponse$Response({
  required this.pairs,
});