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