HealthRecord class

Constructors

HealthRecord({required DataCollector dataCollector, required DateTime startTime, required DateTime endTime, String? healthRecordId, String? metadata})
HealthRecord.fromMap(Map map)
factory

Properties

dataCollector DataCollector
getter/setter pair
endTime DateTime
getter/setter pair
fieldValues Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
healthRecordId String?
getter/setter pair
metadata String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime
getter/setter pair
subDataDetails List<SampleSet>
getter/setter pair
subDataSummary List<SamplePoint>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDataCollector(DataCollector collector) → void
setEndTime(DateTime et) → void
setFieldValue(Field field, dynamic value) → void
setMetaData(String s) → void
setStartTime(DateTime st) → void
setSubDataDetails(List<SampleSet> sampleSets) → void
setSubDataSummary(List<SamplePoint> samplePoints) → void
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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