BotRegistry constructor

const BotRegistry({
  1. required Map<String, Bot> known,
})

Implementation

const BotRegistry({
  required this.known,
});