StressHandlerBean constructor
StressHandlerBean({
- required int type,
- required bool isSupport,
- required int value,
- required List<
HistoryStressInfoBean> list, - required bool state,
- required TimingStressInfoBean timingStressInfo,
Implementation
StressHandlerBean({
required this.type,
required this.isSupport,
required this.value,
required this.list,
required this.state,
required this.timingStressInfo,
});