DT_SLEEP_RESPIRATORY_EVENT constant

DataType const DT_SLEEP_RESPIRATORY_EVENT

Implementation

static const DataType DT_SLEEP_RESPIRATORY_EVENT = DataType(
  'com.huawei.sleep_respiratory_event',
  'https://www.huawei.com/healthkit/pulmonary.read',
  'https://www.huawei.com/healthkit/pulmonary.write',
  <Field>[
    Field.EVENT_NAME,
  ],
  isPolymerizedFlag: true,
);