valueOf static method

ActorTypes valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static ActorTypes valueOf(String name) => _$valueOfActorTypes(name);