toEntity method

TeamProgressEntry toEntity()

Implementation

TeamProgressEntry toEntity() {
  return TeamProgressEntry(
    userId: userId,
    displayName: displayName,
    domainId: domainId,
    domainName: domainName,
    topicCount: topicCount,
    avgMasteryScore: avgMasteryScore,
    topicsAtMastery: topicsAtMastery,
    lastActive: lastActive,
  );
}