copyWith method
JqlFunctionPrecomputationUpdateRequestBean
copyWith({
- List<
JqlFunctionPrecomputationUpdateBean> ? values,
Implementation
JqlFunctionPrecomputationUpdateRequestBean copyWith(
{List<JqlFunctionPrecomputationUpdateBean>? values}) {
return JqlFunctionPrecomputationUpdateRequestBean(
values: values ?? this.values,
);
}