LongAnswer constructor

LongAnswer({
  1. String hash,
  2. int answer,
  3. bool wrongWords,
})

Implementation

LongAnswer({
  this.hash,
  this.answer,
  this.wrongWords,
});