ComparativeInsights constructor

ComparativeInsights(
  1. List<String?>? personalTrends,
  2. List<String?>? improvementAreas,
  3. List<String?>? strongPoints,
  4. String? overallProgress,
  5. StreakAnalysis? streakAnalysis,
)

Implementation

ComparativeInsights(
    this.personalTrends,
    this.improvementAreas,
    this.strongPoints,
    this.overallProgress,
    this.streakAnalysis,
    );