Detector class
Information about the detector (instance).
Constructors
- Detector({DateTime? creationTime, String? detectorModelName, String? detectorModelVersion, String? keyValue, DateTime? lastUpdateTime, DetectorState? state})
-
Detector.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime?
-
The time the detector (instance) was created.
final
- detectorModelName → String?
-
The name of the detector model that created this detector (instance).
final
- detectorModelVersion → String?
-
The version of the detector model that created this detector (instance).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyValue → String?
-
The value of the key (identifying the device or system) that caused the
creation of this detector (instance).
final
- lastUpdateTime → DateTime?
-
The time the detector (instance) was last updated.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → DetectorState?
-
The current state of the detector (instance).
final
Methods
-
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