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