openingHours property

Implementation

PlaceOpeningHoursBuilder get openingHours =>
    _$this._openingHours ??= new PlaceOpeningHoursBuilder();
void openingHours=(PlaceOpeningHoursBuilder? openingHours)

Implementation

set openingHours(PlaceOpeningHoursBuilder? openingHours) =>
    _$this._openingHours = openingHours;