CopyWith$Input$UpdateDeviceAlarmThresholdsInput<TRes> constructor

CopyWith$Input$UpdateDeviceAlarmThresholdsInput<TRes>(
  1. Input$UpdateDeviceAlarmThresholdsInput instance,
  2. TRes then(
    1. Input$UpdateDeviceAlarmThresholdsInput
    )
)

Implementation

factory CopyWith$Input$UpdateDeviceAlarmThresholdsInput(
  Input$UpdateDeviceAlarmThresholdsInput instance,
  TRes Function(Input$UpdateDeviceAlarmThresholdsInput) then,
) = _CopyWithImpl$Input$UpdateDeviceAlarmThresholdsInput;