SensorReading class

A sensor reading with a timestamp.

Constructors

SensorReading({required double time, required double value})
A const constructor.
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
time → double
The time this reading was taken, relative to the first reading.
final
value → double
The value from the sensor.
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