StormKingQuest constructor

StormKingQuest(
  1. String templateId,
  2. String name,
  3. String description,
  4. int completionTarget, {
  5. bool firstWeekOnly = false,
})

Implementation

StormKingQuest(
  this.templateId,
  this.name,
  this.description,
  this.completionTarget, {
  this.firstWeekOnly = false,
});