openingHours property

PlaceOpeningHours? openingHours

Implementation

PlaceOpeningHours? get openingHours => getProperty(this, 'opening_hours');
void openingHours=(PlaceOpeningHours? value)

Implementation

set openingHours(PlaceOpeningHours? value) {
  setProperty(this, 'opening_hours', value);
}