Bot constructor

Bot([
  1. void b(
    1. BotBuilder
    )?
])

Creates a new Bot object using the builder pattern.

Implementation

factory Bot([void Function(BotBuilder)? b]) = _$Bot;