Close constructor

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

Implementation

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