CopyWith$Input$TechDeviceTypeInput<TRes> constructor

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

Implementation

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