toEntity method

MasteryOverride toEntity()

Implementation

MasteryOverride toEntity() {
  return MasteryOverride(
    id: id,
    userId: userId,
    topicId: topicId,
    previousMastery: previousMastery,
    grantedMastery: grantedMastery,
    grantedBy: grantedBy,
    reason: reason,
    createdAt: createdAt,
  );
}