Open constructor

Open({
  1. int? day,
  2. String? time,
})

Implementation

Open({this.day, this.time});