Problem constructor
Problem({})
Implementation
Problem({
required this.id,
required this.displayId,
required this.title,
required this.titleSlug,
required this.content,
required this.difficulty,
required this.likes,
required this.dislikes,
required this.hints,
});