Bot constructor

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

Implementation

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