daysOfWeek property

List<String>? daysOfWeek
getter/setter pair

Days of week.

If left empty, all days of the week will be included.

Optional.

Implementation

core.List<core.String>? daysOfWeek;