OpeningHours constructor

OpeningHours({
  1. bool? openNow,
  2. List<OpeningHoursPeriod>? periods,
  3. List<String>? weekdayText,
})

Implementation

OpeningHours({this.openNow, this.periods, this.weekdayText});