Game constructor

Game({
  1. String? id,
  2. String? title,
  3. String? configuration,
  4. List<Photo>? photos,
})

Implementation

Game({this.id, this.title, this.configuration, this.photos});