BotWithDetailsAndSecret constructor

BotWithDetailsAndSecret([
  1. void b(
    1. BotWithDetailsAndSecretBuilder
    )?
])

Creates a new BotWithDetailsAndSecret object using the builder pattern.

Implementation

factory BotWithDetailsAndSecret([void Function(BotWithDetailsAndSecretBuilder)? b]) = _$BotWithDetailsAndSecret;