toEntity method
Implementation
TeamComparisonEntry toEntity() {
return TeamComparisonEntry(
teamId: teamId,
teamName: teamName,
memberCount: memberCount,
avgMastery: avgMastery,
activePct: activePct,
sessions30d: sessions30d,
);
}