BannerQuest constructor

BannerQuest(
  1. String name,
  2. int completionCurrent,
  3. int completionTotal
)

Constructor

Implementation

BannerQuest(this.name, this.completionCurrent, this.completionTotal);