InlineQueryResultsButton.fromJson constructor

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

Implementation

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