IContentCategoryValues constructor

IContentCategoryValues(
  1. IContentCategory selfMotivation_,
  2. IContentCategory encouragement_,
  3. IContentCategory funny_,
  4. IContentCategory celebration_,
  5. IContentCategory glitter_,
)

Implementation

IContentCategoryValues(this.selfMotivation_,
    this.encouragement_,
    this.funny_,
    this.celebration_,
    this.glitter_) : delegate = List.unmodifiable([selfMotivation_,encouragement_,funny_,celebration_,glitter_]);