copyWith method

Implementation

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