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