invalidParticipants property
Implementation
InvitationListBuilder get invalidParticipants => _$this._invalidParticipants ??= InvitationListBuilder();
Implementation
set invalidParticipants(covariant InvitationListBuilder? invalidParticipants) =>
_$this._invalidParticipants = invalidParticipants;