RecommendationPostCallAnswer constructor

RecommendationPostCallAnswer({
  1. String? answer,
  2. String? question,
})

Implementation

RecommendationPostCallAnswer({
   this.answer,
   this.question,
});