PoolStatsResponse$Response constructor

const PoolStatsResponse$Response({
  1. required String since,
  2. required List<PoolStats> stats,
  3. required int uniqueWalletsCount,
  4. required String until,
})

Implementation

const PoolStatsResponse$Response({
  required this.since,
  required this.stats,
  required this.uniqueWalletsCount,
  required this.until,
});