CubeStatsReport constructor

CubeStatsReport(
  1. int userId,
  2. List<StatsReport> stats
)

Implementation

CubeStatsReport(this.userId, this.stats);