ProviderSlug enum
Values
- beurerBLE → const ProviderSlug
- omronBLE → const ProviderSlug
- accuchekBLE → const ProviderSlug
- contourBLE → const ProviderSlug
- libreBLE → const ProviderSlug
- manual → const ProviderSlug
- appleHealthKit → const ProviderSlug
- healthConnect → const ProviderSlug
- iHealth → const ProviderSlug
- oura → const ProviderSlug
- garmin → const ProviderSlug
- fitbit → const ProviderSlug
- libre → const ProviderSlug
- whoop → const ProviderSlug
- strava → const ProviderSlug
- renpho → const ProviderSlug
- peloton → const ProviderSlug
- wahoo → const ProviderSlug
- zwift → const ProviderSlug
- eightSleep → const ProviderSlug
- withings → const ProviderSlug
- googleFit → const ProviderSlug
- hammerhead → const ProviderSlug
- dexcom → const ProviderSlug
- myFitnessPal → const ProviderSlug
- dexcomV3 → const ProviderSlug
- whoopV2 → const ProviderSlug
- cronometer → const ProviderSlug
- polar → const ProviderSlug
- omron → const ProviderSlug
- kardia → const ProviderSlug
- abbottLibreview → const ProviderSlug
- unrecognized → const ProviderSlug
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromString(
String rawValue) → ProviderSlug
Constants
-
values
→ const List<
ProviderSlug> - A constant List of the values in this enum, in order of their declaration.