HealthAppSubclassMap top-level constant

Map<String, HealthAppSubclassification> const HealthAppSubclassMap

Implementation

const HealthAppSubclassMap = {
  '正念': HealthAppSubclassification.mindfulness,
  '身高': HealthAppSubclassification.height,
  '身高体重指数': HealthAppSubclassification.bodyMassIndex,
  '体脂率': HealthAppSubclassification.bodyFatPercentage,
  '体重': HealthAppSubclassification.bodyMass,
  '去脂体重': HealthAppSubclassification.leanBodyMass,
  '步数': HealthAppSubclassification.stepCount,
  '步行+跑步': HealthAppSubclassification.walkingRunning,
  '骑行': HealthAppSubclassification.cycling,
  '心率': HealthAppSubclassification.heartRate,
  '血氧': HealthAppSubclassification.bloodOxygen,
};