BrPlaceScheduleModel constructor

BrPlaceScheduleModel({
  1. String? toDay,
  2. String? fromDay,
  3. int? timeStart,
  4. int? timeStop,
})

Implementation

BrPlaceScheduleModel({this.toDay, this.fromDay, this.timeStart, this.timeStop});