periods property

List<TimePeriod>? periods
getter/setter pair

A collection of times that this location is open for business.

Each period represents a range of hours when the location is open during the week.

Required.

Implementation

core.List<TimePeriod>? periods;