removeAttendee method

bool removeAttendee(
  1. AttendeeProperty attendee
)
inherited

Removes the given attendee returning true when the attendee was found

Implementation

bool removeAttendee(AttendeeProperty attendee) => properties.remove(attendee);