openingHours property
Opening hours intervals for the business.
Implementation
@JsonKey(name: 'opening_hours')
List<BusinessOpeningHoursInterval> get openingHours;
Opening hours intervals for the business.
@JsonKey(name: 'opening_hours')
List<BusinessOpeningHoursInterval> get openingHours;