Input$EventInvitorInput constructor
Implementation
factory Input$EventInvitorInput({
String? user,
String? program,
}) =>
Input$EventInvitorInput._({
if (user != null) r'user': user,
if (program != null) r'program': program,
});