InlineQueryResultLocation.fromJson constructor
Creates an InlineQueryResultLocation object from JSON data
Implementation
factory InlineQueryResultLocation.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultLocationFromJson(json);
Creates an InlineQueryResultLocation object from JSON data
factory InlineQueryResultLocation.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultLocationFromJson(json);