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