CopyWith$Input$StashIDInput<TRes> constructor

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

Implementation

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