DexcomAppIds class
Class for managing and retrieving app IDs.
Constructors
- DexcomAppIds({String? us, String? ous, String? jp})
- It is recommended to provide at least US and Japanese app IDs. At least one app ID is required.
Properties
Methods
-
get(
{DexcomRegion? code}) → String - Get the requested app ID.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, String?> -
Return a
Map<String, String?>of this object. -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited