copyWith method
Implementation
ChatEventHasAggressiveAntiSpamEnabledToggled copyWith({
bool? hasAggressiveAntiSpamEnabled,
}) => ChatEventHasAggressiveAntiSpamEnabledToggled(
hasAggressiveAntiSpamEnabled:
hasAggressiveAntiSpamEnabled ?? this.hasAggressiveAntiSpamEnabled,
);