CopyWith$Input$EventTicketUserInput<TRes> constructor

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

Implementation

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