DT_INSTANTANEOUS_FREEDIVING_DESCENT_SPEED constant

DataType const DT_INSTANTANEOUS_FREEDIVING_DESCENT_SPEED

Implementation

static const DataType DT_INSTANTANEOUS_FREEDIVING_DESCENT_SPEED = DataType(
  'com.huawei.instantaneous.freediving.descent_speed',
  'https://www.huawei.com/healthkit/activity.read',
  'https://www.huawei.com/healthkit/activity.write',
  <Field>[
    Field.DESCENT_RATE,
  ],
);