copyWith method
Implementation
GetBotSimilarBotCount copyWith({int? botUserId, bool? returnLocal}) =>
GetBotSimilarBotCount(
botUserId: botUserId ?? this.botUserId,
returnLocal: returnLocal ?? this.returnLocal,
);
GetBotSimilarBotCount copyWith({int? botUserId, bool? returnLocal}) =>
GetBotSimilarBotCount(
botUserId: botUserId ?? this.botUserId,
returnLocal: returnLocal ?? this.returnLocal,
);