DT_INSTANTANEOUS_STROKE_RATE constant

DataType const DT_INSTANTANEOUS_STROKE_RATE

Rowing stroke rate.

Implementation

static const DataType DT_INSTANTANEOUS_STROKE_RATE = DataType(
  'com.huawei.instantaneous.stroke_rate',
  'https://www.huawei.com/healthkit/speed.read',
  'https://www.huawei.com/healthkit/speed.write',
  <Field>[
    Field.SPM,
  ],
  isPolymerizedFlag: true,
);