CopyWith$Input$EventInviteFilterInput<TRes> constructor

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

Implementation

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