QBot constructor
const
QBot({
- Key? key,
- required QBotConfig config,
Creates a QBot instance with the provided config.
Implementation
const QBot({super.key, required this.config});