allParticipants property

List<Attendee> get allParticipants

Implementation

List<Attendee> get allParticipants =>
    _attendees.attendees.values.where((a) => !a.isContent).toList();