copyWith method

Implementation

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