DataStreamBatch class

A collection of non-overlapping, ordered, data measurements.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.none, includeIfNull: false)

Constructors

DataStreamBatch({required DataStreamId dataStream, required int firstSequenceId, required List<Measurement> measurements, required Set<int> triggerIds})
DataStreamBatch.fromJson(Map<String, dynamic> json)
factory

Properties

dataStream DataStreamId
getter/setter pair
firstSequenceId int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
measurements List<Measurement>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triggerIds Set<int>
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