values constant

List<StateMessage_Severity> const values

Implementation

static const $core.List<StateMessage_Severity> values =
    <StateMessage_Severity>[
  SEVERITY_UNSPECIFIED,
  ERROR,
  WARNING,
  INFO,
];