copyWithWrapped method

Implementation

OutputGlobalColourExtendedBitDepthEnabledPut$RequestBody copyWithWrapped(
    {Wrapped<Object>? data}) {
  return OutputGlobalColourExtendedBitDepthEnabledPut$RequestBody(
      data: (data != null ? data.value : this.data));
}