InlineQueryResultsButtonTypeWebApp.fromJson constructor

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

Parse from a json

Implementation

factory InlineQueryResultsButtonTypeWebApp.fromJson(
        Map<String, dynamic> json) =>
    InlineQueryResultsButtonTypeWebApp(
      url: json['url'],
    );