PlaceSpecialDay constructor

const PlaceSpecialDay({
  1. String? date,
  2. bool? exceptionalHours,
})

Implementation

const PlaceSpecialDay({
  this.date,
  this.exceptionalHours,
});