InlineQueryResultCachedGif.fromJson constructor

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

Creates an instance of InlineQueryResultCachedGif from a JSON map

Implementation

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