Game.fromJson constructor

Game.fromJson(
  1. Map<String, dynamic> json
)

Creates a Game object from JSON object.

Implementation

factory Game.fromJson(Map<String, dynamic> json) => _$GameFromJson(json);