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