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