BotWithDetails constructor

BotWithDetails([
  1. void b(
    1. BotWithDetailsBuilder
    )?
])

Creates a new BotWithDetails object using the builder pattern.

Implementation

factory BotWithDetails([void Function(BotWithDetailsBuilder)? b]) = _$BotWithDetails;