CopyWith$Input$UserInput<TRes> constructor

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

Implementation

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