CopyWith$Input$PluginInput<TRes> constructor

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

Implementation

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