attachments property

List<AttachmentProperty>? attachments

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

Implementation

List<AttachmentProperty>? get attachments =>
    _eventTodoJournalComponent?.attachments;