value property

String get value

Implementation

String get value {
  switch (this) {
    case ActionType.audio:
      return "AUDIO";
    case ActionType.display:
      return "DISPLAY";
    case ActionType.email:
      return "EMAIL";
    case ActionType.procedure:
      return "PROCEDURE";
  }
}