copyWith method

Implementation

SetBusinessConnectedBot copyWith({BusinessConnectedBot? bot}) =>
    SetBusinessConnectedBot(bot: bot ?? this.bot);