weekdayDescriptions property

List<String>? weekdayDescriptions
getter/setter pair

Localized strings describing the opening hours of this place, one string for each day of the week.

Will be empty if the hours are unknown or could not be converted to localized text. Example: "Sun: 18:00–06:00"

Implementation

core.List<core.String>? weekdayDescriptions;