InlineQueryResultLocation.fromJson constructor

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

Creates an InlineQueryResultLocation object from JSON data

Implementation

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