attendees property

List<AttendeeProperty>? attendees

Convenience getter for retrieving the attendees of the first child that has an attendees getter

Implementation

List<AttendeeProperty>? get attendees =>
    _eventTodoJournalComponent?.attendees;