ScienceSensor class
A sensor in the science subsystem.
Constructors
- ScienceSensor({required String name, required ScienceTest test, required String testDescription})
-
A const constructor.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of this sensor.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- test → ScienceTest
-
The test to determine the presence of life based on data from this sensor.
final
- testDescription → String
-
A human-readable description of tests.
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