event property

FixedList<DateTime>? get event

Identifies specific times when the event occurs.

Implementation

FixedList<DateTime>? get event => eventField.getValue(_json);