CopyWith$Input$ProductInput<TRes> constructor
CopyWith$Input$ProductInput<TRes> (
- Input$ProductInput instance,
- TRes then()
Implementation
factory CopyWith$Input$ProductInput(
Input$ProductInput instance,
TRes Function(Input$ProductInput) then,
) = _CopyWithImpl$Input$ProductInput;