CopyWith$Input$GetDeviceHistoryInput<TRes> constructor

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

Implementation

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