DiagnosticTestCycleState constructor
- required DiagnosticCycleState unloadedCycle,
- required DiagnosticCycleState loadedCycle,
- required List<
AdvancedParameterDefinition> definitions, - required List<
DiagnosticParameterValue> parameterValues, - WifiStatus? wifiStatus,
- bool? cellularConnected,
- int? cellularStrength,
- SubDeviceConnectionType? atsConnectionType,
- SignalStrength? atsIsmSignalStrength,
Implementation
const DiagnosticTestCycleState({
required this.unloadedCycle,
required this.loadedCycle,
required this.definitions,
required this.parameterValues,
this.wifiStatus,
this.cellularConnected,
this.cellularStrength,
this.atsConnectionType,
this.atsIsmSignalStrength,
});