DetectorStateDefinition class
The new state, variable values, and timer settings of the detector (instance).
Constructors
-
DetectorStateDefinition({required String stateName, required List<
TimerDefinition> timers, required List<VariableDefinition> variables})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateName → String
-
The name of the new state of the detector (instance).
final
-
timers
→ List<
TimerDefinition> -
The new values of the detector's timers. Any timer whose value isn't
specified is cleared, and its timeout event won't occur.
final
-
variables
→ List<
VariableDefinition> -
The new values of the detector's variables. Any variable whose value isn't
specified is cleared.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited