daysOfWeek property

FixedList<String>? get daysOfWeek

The days of the week when the resource is available.

Type: List

Implementation

FixedList<String>? get daysOfWeek => daysOfWeekField.getValue(_json);