ShiftFilter constructor
ShiftFilter({
- required List<
String> locationIds, - ShiftStatus? status,
- required List<
String> teamMemberIds, - List<
String> ? employeeIds, - TimeRange? end,
- TimeRange? start,
- ShiftWorkday? workday,
Implementation
ShiftFilter({
required this.locationIds, this.status, required this.teamMemberIds,
this.employeeIds, this.end, this.start, this.workday
});