copyWith method

Implementation

InputPortsSdiSdiPortNumberControlsHdrPqAutoBrightenPut$RequestBody copyWith(
    {Object? data}) {
  return InputPortsSdiSdiPortNumberControlsHdrPqAutoBrightenPut$RequestBody(
      data: data ?? this.data);
}