Bot constructor
Bot([
- void b()?
Creates a new Bot object using the builder pattern.
Implementation
factory Bot([void Function(BotBuilder)? b]) = _$Bot;
Creates a new Bot object using the builder pattern.
factory Bot([void Function(BotBuilder)? b]) = _$Bot;