copyWith method
Implementation
GetBotSimilarBots copyWith({int? botUserId}) =>
GetBotSimilarBots(botUserId: botUserId ?? this.botUserId);
GetBotSimilarBots copyWith({int? botUserId}) =>
GetBotSimilarBots(botUserId: botUserId ?? this.botUserId);