InlineQueryResultGame.fromJson constructor
Constructs an InlineQueryResultGame object from a JSON map
Implementation
factory InlineQueryResultGame.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultGameFromJson(json);
Constructs an InlineQueryResultGame object from a JSON map
factory InlineQueryResultGame.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultGameFromJson(json);