DexcomCalibrationAPIURL class

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

Constructors

DexcomCalibrationAPIURL({required String url, required bool isSandbox})
Default DexcomCalibrationAPIURL constructor.
DexcomCalibrationAPIURL.range({required DateTime startDate, required DateTime endDate, required bool isSandbox})
Generates a DexcomCalibrationAPIURL to get DexcomCalibrationData from a specific startDate to a specific endDate.
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
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