CopyWith$Input$EventInvitorInput<TRes> constructor

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

Implementation

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