copyWith method
Implementation
@override
ChatEventHasProtectedContentToggled copyWith({
  bool? hasProtectedContent,
}) =>
    ChatEventHasProtectedContentToggled(
      hasProtectedContent: hasProtectedContent ?? this.hasProtectedContent,
    );@override
ChatEventHasProtectedContentToggled copyWith({
  bool? hasProtectedContent,
}) =>
    ChatEventHasProtectedContentToggled(
      hasProtectedContent: hasProtectedContent ?? this.hasProtectedContent,
    );