BotDescription.fromJson constructor

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

Implementation

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