CopyWith$Input$BrowserInput<TRes> constructor

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

Implementation

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