CopyWith$Input$RequestRequestorInput<TRes> constructor

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

Implementation

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