InlineQueryResultDocument.fromJson constructor

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

Constructs an InlineQueryResultDocument object from a JSON map

Implementation

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