RateExperienceResult constructor
const
RateExperienceResult(
- List<
Tag> tags, - int rate,
- String feedback,
- int totalStars,
- UserSpecificContext userContext,
- CommonContext commonContext,
Implementation
const RateExperienceResult(this.tags, this.rate, this.feedback,
this.totalStars, this.userContext, this.commonContext);