fromWire static method

VoiceRole fromWire(
  1. String wire
)

Implementation

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