attendees property

List<AttendeeProperty> attendees
inherited

Retrieves the attendees

Implementation

List<AttendeeProperty> get attendees =>
    getProperties<AttendeeProperty>(AttendeeProperty.propertyName).toList();
void attendees=(List<AttendeeProperty> value)
inherited

Sets the attendees

Implementation

set attendees(List<AttendeeProperty> value) =>
    setOrRemoveProperties(AttendeeProperty.propertyName, value);