CopyWith$Input$EventInviteUpdateInput<TRes> constructor

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

Implementation

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