fromWire static method

SaslFailure fromWire(
  1. String wire
)

Implementation

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