Close constructor

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

Creates a Close instance.

Implementation

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