PointData class
A point's value columns and time interval.
Each point has one or more point values corresponding to the entries in point_descriptors field in the TimeSeriesDescriptor associated with this object.
Constructors
-
PointData({TimeInterval? timeInterval, List<
TypedValue> ? values}) - PointData.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeInterval ↔ TimeInterval?
-
The time interval associated with the point.
getter/setter pair
-
values
↔ List<
TypedValue> ? -
The values that make up the point.
getter/setter pair
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