timeOfDay property

FixedList<Time>? get timeOfDay

Specified time of day for action to take place.

Implementation

FixedList<Time>? get timeOfDay => timeOfDayField.getValue(_json);