RecommendationDescription constructor

RecommendationDescription({
  1. String? text,
  2. String? type,
})

Implementation

RecommendationDescription({this.text, this.type});