DeviceWorkingModePlan constructor
DeviceWorkingModePlan({
- required String subSerial,
- int? subType,
- required List<
WeekPlanEntry> weekPlans,
Implementation
DeviceWorkingModePlan({
required this.subSerial,
this.subType,
required this.weekPlans,
});