CopyWith$Input$EventInput<TRes> constructor

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

Implementation

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