Progress constructor
Progress({})
Implementation
Progress({
required this.id,
required this.category,
required this.parentId,
required this.progressSeconds,
required this.progressPercentage,
required this.completions,
});