fromWire static method

Severity fromWire(
  1. String wire
)

Implementation

static Severity fromWire(String wire) => Severity.values.byName(wire);