periods property

List<GoogleMapsPlacesV1PlaceOpeningHoursPeriod>? periods
getter/setter pair

The periods that this place is open during the week.

The periods are in chronological order, starting with Sunday in the place-local timezone. An empty (but not absent) value indicates a place that is never open, e.g. because it is closed temporarily for renovations.

Implementation

core.List<GoogleMapsPlacesV1PlaceOpeningHoursPeriod>? periods;