InlineQueryResultLocation.fromJson constructor

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

Implementation

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