copyWith method

Implementation

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