GameValue<G extends Game<Event> >.fromJson constructor
Null safety
Implementation
factory GameValue.fromJson(Map<String, dynamic> json) =
_$GameValue<G>.fromJson;
factory GameValue.fromJson(Map<String, dynamic> json) =
_$GameValue<G>.fromJson;