rawValue property

String get rawValue

Implementation

String get rawValue {
  switch (this) {
    case UIElements.timer:
      return "timer";
    case UIElements.repsCounter:
      return "repsCounter";
    // case UIElements.gaugeOfMotion: => For future use
    //   return "gaugeOfMotion"; => For future use
  }
}