CopyWith$Input$StashBoxPerformerQueryInput<TRes> constructor

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

Implementation

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