fromWire static method

ConnectionPhase fromWire(
  1. String wire
)

Implementation

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