BotDescription constructor

BotDescription({
  1. required String description,
})

Implementation

BotDescription({
  required this.description,
});