dayOfWeek property

FixedList<String>? get dayOfWeek

If one or more days of week is provided, then the action happens only on the specified day(s).

Implementation

FixedList<String>? get dayOfWeek => dayOfWeekField.getValue(_json);