SyncSensorData<S extends Sensor, X, Y> class

Represents a SensorData backed by a list.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
metrics Set<Metric<S>>
The metrics available by this data.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

collect() SyncCollection<SensorValue<S, X, Y>>
Returns the collection wrapped by this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transpose() SyncTransposedSensorData<S, X, Y>
Creates a transposed version of this data.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited