copyWith method
Implementation
@override
ChatEventVideoChatEnded copyWith({
int? groupCallId,
}) => ChatEventVideoChatEnded(
groupCallId: groupCallId ?? this.groupCallId,
);
@override
ChatEventVideoChatEnded copyWith({
int? groupCallId,
}) => ChatEventVideoChatEnded(
groupCallId: groupCallId ?? this.groupCallId,
);