invalidParticipants property

InvitationListBuilder get invalidParticipants
override

Implementation

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

Implementation

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