DexcomData class abstract

DexcomData is the abstract class implementing the data model of Dexcom generated data.

Implementers

Constructors

DexcomData()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson<T extends DexcomData>() → dynamic
Converts the value to a json.
toString() String
Returns the status of a DexcomData
override

Operators

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