fromWire static method

VoicePresence fromWire(
  1. String wire
)

Implementation

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