stress constant

List<String> const stress

Implementation

static const List<String> stress = [
  "High Stress",
  "Medium Stress",
  "Low Stress",
  "No Stress",
  "Physical Activity"
];