RecommendationRule constructor
const
RecommendationRule({})
Implementation
const RecommendationRule({
required this.category,
required this.trigger,
required this.recommendation,
required this.alternative,
required this.description,
});