GameImagesGameFinalModel constructor

const GameImagesGameFinalModel({
  1. int? correct,
  2. String? word,
  3. int? id,
  4. int? gameId,
  5. int? gameLetterId,
  6. int? index,
  7. String? image,
  8. String? createdAt,
  9. String? updatedAt,
})

Implementation

const GameImagesGameFinalModel(
    {this.correct,
    this.word,
    this.id,
    this.gameId,
    this.gameLetterId,
    this.index,
    this.image,
    this.createdAt,
    this.updatedAt});