CopyWith$Input$StashConfigInput<TRes> constructor

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

Implementation

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