daysOfWeek property

List<String>? daysOfWeek
getter/setter pair

A list of the days of the week on which the individual works.

Each day should be represented as a string, such as "Monday" or "Friday".

Implementation

List<String>? daysOfWeek;