copyWithWrapped method

Implementation

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