RateExperienceResult constructor

const RateExperienceResult(
  1. List<Tag> tags,
  2. int rate,
  3. String feedback,
  4. int totalStars,
  5. UserSpecificContext userContext,
  6. CommonContext commonContext,
)

Implementation

const RateExperienceResult(this.tags, this.rate, this.feedback,
    this.totalStars, this.userContext, this.commonContext);