GameInfo.fromJson constructor

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

Implementation

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