CopyWith$Input$BrowserLogoPngInput<TRes> constructor

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

Implementation

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