FIELD_PHYSICAL_SYMPTOMS constant

DataType const FIELD_PHYSICAL_SYMPTOMS

Implementation

static const DataType FIELD_PHYSICAL_SYMPTOMS = DataType(
  'com.huawei.physical_symptoms',
  'https://www.huawei.com/healthkit/reproductive.read',
  'https://www.huawei.com/healthkit/reproductive.write',
  <Field>[
    HealthFields.FIELD_PHYSICAL_SYMPTOMS,
  ],
  isPolymerizedFlag: true,
);