SpikeGlucoseData class

Inheritance

Constructors

SpikeGlucoseData.fromObject(dynamic object)
factory

Properties

collectedAt String?
finalinherited
dataTypeName String?
finalinherited
endDate String?
finalinherited
entries Iterable<SpikeGlucoseDataEntry>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources Iterable<SpikeSource>?
finalinherited
startDate String?
finalinherited
type SpikeDataType<SpikeData<SpikeEntry>>
finalinherited
userId String?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toObject() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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