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