ProviderSource enum

Inheritance
Available extensions

Values

appleHealthkitSample → const ProviderSource
appleHealthkitActivity → const ProviderSource
appleHealthkitSampleCategory → const ProviderSource
appleHealthkitSleepAggregation → const ProviderSource
appleHealthkitStatistics → const ProviderSource
appleHealthkitCharacteristics → const ProviderSource
appleHealthkitEcgs → const ProviderSource
healthConnectRecord → const ProviderSource
healthConnectAggregation → const ProviderSource
healthConnectActivity → const ProviderSource
fitbitActivitiesList → const ProviderSource
fitbitActivitiesDailySummary → const ProviderSource
fitbitActivitiesDailySummaryActivity → const ProviderSource
fitbitActivityHeartIntraday → const ProviderSource
fitbitActivityStepsIntraday → const ProviderSource
fitbitActivityDistanceIntraday → const ProviderSource
fitbitActivityCaloriesIntraday → const ProviderSource
fitbitHrvSummary → const ProviderSource
fitbitHrvIntraday → const ProviderSource
fitbitVo2maxSummary → const ProviderSource
fitbitSleepSummary → const ProviderSource
fitbitActivityTcx → const ProviderSource
fitbitBrSummary → const ProviderSource
fitbitBrIntraday → const ProviderSource
fitbitSpo2Summary → const ProviderSource
fitbitSpo2Intraday → const ProviderSource
fitbitCoreTemperatureSummary → const ProviderSource
fitbitEcg → const ProviderSource
fitbitBodyLogFat → const ProviderSource
fitbitBodyLogWeight → const ProviderSource
fitbitUserActivitiesList → const ProviderSource
fitbitUserActivitiesDate → const ProviderSource
fitbitUserActivitiesHeartDate → const ProviderSource
fitbitUserActivitiesHeartDateInterday → const ProviderSource
garminWellnessEpochs → const ProviderSource
garminWellnessDailies → const ProviderSource
garminWellnessActivities → const ProviderSource
garminWellnessActivityDetails → const ProviderSource
garminWellnessSleep → const ProviderSource
garminWellnessActivityFile → const ProviderSource
garminWellnessHrv → const ProviderSource
garminWellnessUserMetrics → const ProviderSource
garminWellnessBodyComps → const ProviderSource
garminWellnessBloodPressures → const ProviderSource
garminWellnessStressDetails → const ProviderSource
ouraUserCollectionDailyActivityDocument → const ProviderSource
ouraUserCollectionSleepDocument → const ProviderSource
ouraUserCollectionWorkoutDocument → const ProviderSource
ouraUserCollectionDailySpo2Document → const ProviderSource
ouraUserCollectionVo2Max → const ProviderSource
ouraUserCollectionHrDocument → const ProviderSource
ouraUserCollectionSessionDocument → const ProviderSource
ouraPersonalInfo → const ProviderSource
polarContinuousHeartRateByDate → const ProviderSource
polarExercise → const ProviderSource
polarExerciseFitFile → const ProviderSource
polarSleepAvailable → const ProviderSource
polarActivityTransaction → const ProviderSource
polarActivityTransactionSteps → const ProviderSource
polarSleepByDate → const ProviderSource
polarNightlyRecharge → const ProviderSource
polarBiosensingSpo2 → const ProviderSource
polarBiosensingBodyTemperature → const ProviderSource
polarBiosensingSkinTemperature → const ProviderSource
polarPhysicalInformation → const ProviderSource
polarBiosensingEcg → const ProviderSource
polarUserInfo → const ProviderSource
stravaActivity → const ProviderSource
suuntoWorkoutSummary → const ProviderSource
suuntoWorkoutFitFile → const ProviderSource
suuntoActivitySamples → const ProviderSource
suuntoActivityDailySummary → const ProviderSource
suuntoSleepSamples → const ProviderSource
whoopCycle → const ProviderSource
whoopCycleRecovery → const ProviderSource
whoopActivitySleep → const ProviderSource
whoopActivityWorkout → const ProviderSource
whoopUserBodyMeasurement → const ProviderSource
withingsSleepSummary → const ProviderSource
withingsSleepGet → const ProviderSource
withingsMeasureWorkouts → const ProviderSource
withingsMeasureActivity → const ProviderSource
withingsMeasureMeas → const ProviderSource
withingsMeasureActivityIntraday → const ProviderSource
withingsHeartList → const ProviderSource
withingsHeartGet → const ProviderSource
withingsSleepCombined → const ProviderSource
withingsMeasureGetWorkouts → const ProviderSource
withingsMeasureGetActivity → const ProviderSource
withingsMeasureGetMeas → const ProviderSource
wahooWorkoutSummary → const ProviderSource
wahooWorkoutFitFile → const ProviderSource
huaweiActivityRecord → const ProviderSource
huaweiSamplingDataDailyActivitySummary → const ProviderSource
huaweiSamplingDataDetails → const ProviderSource
huaweiSamplingDataGroupBy → const ProviderSource
huaweiSamplingDataDaily → const ProviderSource
huaweiHealthRecord → const ProviderSource
huaweiSamplingDataLatest → const ProviderSource
ultrahumanHeartrateMetrics → const ProviderSource
ultrahumanHrvMetrics → const ProviderSource
ultrahumanTempMetrics → const ProviderSource
ultrahumanHeartrateRestingMetrics → const ProviderSource
ultrahumanStepsMetrics → const ProviderSource
ultrahumanVo2maxMetrics → const ProviderSource
ultrahumanGlucoseMetrics → const ProviderSource
ultrahumanSleepMetrics → const ProviderSource
samsungHealthDataAggregation → const ProviderSource
samsungHealthDataDataPointCollection → const ProviderSource
corosWorkout → const ProviderSource
corosWorkoutFitFile → const ProviderSource
corosDailyRecord → const ProviderSource
corosDailyRecordSleep → const ProviderSource
dexcomEgvs → const ProviderSource
freestyleLibreGlucose → const ProviderSource
compatAppleHealthkitEntry → const ProviderSource
compatHealthConnectEntry → const ProviderSource
unknown → const ProviderSource

Unknown value was sent from API. SDK should be updated to use the newest API responses.

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
toJson() String
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromString(String? value) ProviderSource

Constants

values → const List<ProviderSource>
A constant List of the values in this enum, in order of their declaration.