TimeSlot constructor

TimeSlot(
  1. String _time,
  2. bool _isSelected
)

Implementation

TimeSlot(this._time, this._isSelected);