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