copyWithWrapped method

Implementation

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