DiagnosticTestCycleState class
Constructors
-
DiagnosticTestCycleState({required DiagnosticCycleState unloadedCycle, required DiagnosticCycleState loadedCycle, required List<
AdvancedParameterDefinition> definitions, required List<DiagnosticParameterValue> parameterValues, WifiStatus? wifiStatus, bool? cellularConnected, int? cellularStrength, SubDeviceConnectionType? atsConnectionType, SignalStrength? atsIsmSignalStrength}) -
const
- DiagnosticTestCycleState.initial()
-
factory
Properties
- atsConnectionType → SubDeviceConnectionType?
-
final
- atsIsmSignalStrength → SignalStrength?
-
final
- cellularConnected → bool?
-
final
- cellularStrength → int?
-
final
-
definitions
→ List<
AdvancedParameterDefinition> -
Fixed parameter metadata.
Contains id, title, data type, unit, sigFigures, min/max, editability, etc.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loadedCycle → DiagnosticCycleState
-
final
-
parameterValues
→ List<
DiagnosticParameterValue> -
Live values streamed/updated from backend.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unloadedCycle → DiagnosticCycleState
-
final
- wifiStatus → WifiStatus?
-
final
Methods
-
copyWith(
{DiagnosticCycleState? unloadedCycle, DiagnosticCycleState? loadedCycle, List< AdvancedParameterDefinition> ? definitions, List<DiagnosticParameterValue> ? parameterValues, WifiStatus? wifiStatus, bool? cellularConnected, int? cellularStrength, SubDeviceConnectionType? atsConnectionType, SignalStrength? atsIsmSignalStrength}) → DiagnosticTestCycleState -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited