summary property

String? summary

Convenience getter for retrieving the summary of the first child that has a summary getter

Implementation

String? get summary => _eventTodoJournalComponent?.summary;