MultiDatum class
A Datum object holding multiple Datums of the same type.
- Inheritance
-
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Properties
-
data
↔ List<Datum>
-
The list of Datums, i.e. the data.
getter/setter pair
-
format
↔ DataFormat
-
The
DataFormat
of this type of Datum.
getter/setter pairinherited-setteroverride-getter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
↔ String?
-
An identifier for this Datum, unique across all data generated.
If this datum is part of a MultiDatum, then this id is null.
getter/setter pairinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
timestamp
↔ DateTime
-
The UTC timestamp when this data was generated on the device.
getter/setter pairinherited