rawValue property

String get rawValue

Implementation

String get rawValue {
  switch (this) {
    case SMFitModelInterface.configure:
      return "smfit.configure.sdk";
    case SMFitModelInterface.startSession:
      return "smfit.start.session";
    case SMFitModelInterface.startDetection:
      return "smfit.start.detection";
    case SMFitModelInterface.stopDetection:
      return "smfit.stop.detection";
    case SMFitModelInterface.stopSession:
      return "smfit.stop.session";
  }
}