DT_INSTANTANEOUS_FREEDIVING_ASCENT_SPEED constant

DataType const DT_INSTANTANEOUS_FREEDIVING_ASCENT_SPEED

Implementation

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