BotShortDescription.fromJson constructor

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

Implementation

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