CourseGameFinalModel constructor

const CourseGameFinalModel({
  1. int? id,
  2. String? name,
  3. String? createdAt,
  4. String? updatedAt,
})

Implementation

const CourseGameFinalModel(
    {this.id, this.name, this.createdAt, this.updatedAt});