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