addAttendee method

void addAttendee(
  1. AttendeeProperty attendee
)

Adds the given attendee

Implementation

void addAttendee(AttendeeProperty attendee) {
  properties.add(attendee);
}