CopyWith$Input$PluginArgInput<TRes> constructor

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

Implementation

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