DT_CONTINUOUS_FREEDIVING_DESCENT_SPEED_STATISTICS constant

DataType const DT_CONTINUOUS_FREEDIVING_DESCENT_SPEED_STATISTICS

Implementation

static const DataType DT_CONTINUOUS_FREEDIVING_DESCENT_SPEED_STATISTICS =
    DataType(
  'com.huawei.continuous.freediving.descent_speed.statistics',
  'https://www.huawei.com/healthkit/activity.read',
  'https://www.huawei.com/healthkit/activity.write',
  <Field>[
    Field.FIELD_AVG,
    Field.FIELD_MAX,
    Field.FIELD_MIN,
  ],
);