CopyWith$Input$PerformerCreateInput<TRes> constructor

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

Implementation

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