valueOf static method

CallJoinCallSilent valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static CallJoinCallSilent valueOf(String name) => _$valueOfCallJoinCallSilent(name);