DetailOpeningHours constructor

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

Implementation

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