DiagnosticTestCycleState constructor

const DiagnosticTestCycleState({
  1. required DiagnosticCycleState unloadedCycle,
  2. required DiagnosticCycleState loadedCycle,
  3. required List<AdvancedParameterDefinition> definitions,
  4. required List<DiagnosticParameterValue> parameterValues,
  5. WifiStatus? wifiStatus,
  6. bool? cellularConnected,
  7. int? cellularStrength,
  8. SubDeviceConnectionType? atsConnectionType,
  9. 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,
});