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