QBot constructor

const QBot({
  1. Key? key,
  2. required QBotConfig config,
})

Creates a QBot instance with the provided config.

Implementation

const QBot({super.key, required this.config});