copyWith method

GetBotSimilarBots copyWith({
  1. int? botUserId,
})

Implementation

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