GameLettersGameFinalModel constructor

const GameLettersGameFinalModel({
  1. int? id,
  2. String? letter,
  3. String? secLetter,
  4. String? image,
  5. int? number,
  6. int? typeOfTool,
  7. int? hideRings,
  8. int? mainQuestion,
  9. int? gameId,
  10. bool? hide = false,
  11. int? warmupId,
  12. int? unitId,
  13. String? createdAt,
  14. String? updatedAt,
  15. int? stars,
})

Implementation

const GameLettersGameFinalModel(
    {this.id,
    this.letter,
    this.secLetter,
    this.image,
    this.number,
    this.typeOfTool,
    this.hideRings,
    this.mainQuestion,
    this.gameId,
    this.hide = false,
    this.warmupId,
    this.unitId,
    this.createdAt,
    this.updatedAt,
    this.stars});