DT_CONTINUOUS_EXERCISE_INTENSITY_V2 constant

DataType const DT_CONTINUOUS_EXERCISE_INTENSITY_V2

Implementation

static const DataType DT_CONTINUOUS_EXERCISE_INTENSITY_V2 = DataType(
  'com.huawei.continuous.exercise_intensity.v2',
  'https://www.huawei.com/healthkit/strength.read',
  'https://www.huawei.com/healthkit/strength.write',
  <Field>[
    Field.EXERCISE_TYPE,
  ],
);