RecommendationFollowUp constructor

RecommendationFollowUp({
  1. String? name,
})

Implementation

RecommendationFollowUp({
   this.name,
});