OpenInfo constructor

OpenInfo({
  1. bool? canReopen,
  2. Date? openingDate,
  3. String? status,
})

Implementation

OpenInfo({
  this.canReopen,
  this.openingDate,
  this.status,
});