FoQuizDoneEvent constructor

FoQuizDoneEvent(
  1. int score,
  2. int maxPoints
)

Implementation

FoQuizDoneEvent(this.score, this.maxPoints);