DexcomStatisticsAPIURL class

DexcomStatisticsAPIURL is a class that expresses multiple factory constructors to be used to generate Dexcom Web APIs urls to fetch DexcomStatisticsData.

Constructors

DexcomStatisticsAPIURL({required String url, required bool isSandbox, required StatisticsRequest statisticsRequest})
Default DexcomStatisticsAPIURL constructor.
DexcomStatisticsAPIURL.range({required DateTime startDate, required DateTime endDate, required StatisticsRequest statisticsRequest, required bool isSandbox})
Factory constructor that generates a DexcomAuthAPIURL to be used to get the access and refresh tokens.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isSandbox bool
A boolean flag that indicated if the DexcomAPIURL refers to the Sandbox Data or Production data
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statisticsRequest StatisticsRequest
The data to be attached to the url.
getter/setter pair
url String
The string representation of the url.
getter/setter pairinherited

Methods

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

Operators

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