regularOpeningHours property
The regular hours of operation. Note that if a place is always open (24 hours),
the close field will not be set. Clients can rely on always open (24 hours)
being represented as an OpeningHours.Period.open
period containing
Point.day with value 0, Point.hour with value 0, and
Point.minute with value 0.
Implementation
final OpeningHours? regularOpeningHours;