ServiceAvailabilityModel constructor

ServiceAvailabilityModel({
  1. int? day,
  2. int? availability,
  3. int? timestamp,
  4. List<TimeFrames>? timeFrames,
  5. DateTime? dateOfMonth,
})

Implementation

ServiceAvailabilityModel(
    {this.day,
    this.availability,
    this.timestamp,
    this.timeFrames,
    this.dateOfMonth});