CopyWith$Input$PairDeviceWithExternalIdInput<TRes> constructor

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

Implementation

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