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