CategoryProgressEntry constructor
Implementation
const CategoryProgressEntry({
required this.totalCheckpoints,
required this.completedCheckpoints,
required this.updatedAt,
});
const CategoryProgressEntry({
required this.totalCheckpoints,
required this.completedCheckpoints,
required this.updatedAt,
});