Level constructor

Level({
  1. String? description,
  2. String? id,
  3. double? points,
  4. String? title,
})

Implementation

Level({this.description, this.id, this.points, this.title});