ShiftFilter constructor

ShiftFilter({
  1. required List<String> locationIds,
  2. ShiftStatus? status,
  3. required List<String> teamMemberIds,
  4. List<String>? employeeIds,
  5. TimeRange? end,
  6. TimeRange? start,
  7. ShiftWorkday? workday,
})

Implementation

ShiftFilter({
  required this.locationIds, this.status, required this.teamMemberIds,
this.employeeIds, this.end, this.start, this.workday
 });