CopyWith$Input$StashBoxInput<TRes> constructor

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

Implementation

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