CopyWith$Input$PredefinedInput<TRes> constructor

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

Implementation

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