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