copyWithWrapped method

Implementation

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