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