Close constructor

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

Implementation

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