Recommendation constructor
Recommendation({})
Implementation
Recommendation({
required this.allMatchesCount,
required this.allMatchesSum,
required this.endTime,
required this.pattern,
required this.startTime,
required this.topMatches,
});