copyWith method

Implementation

OutputNetworkShuttersyncSpeedSettingsTimePut$RequestBody copyWith(
    {double? data}) {
  return OutputNetworkShuttersyncSpeedSettingsTimePut$RequestBody(
      data: data ?? this.data);
}