valueOf static method
Returns the enum value associated to the name.
Implementation
static ActorTypes valueOf(String name) => _$valueOfActorTypes(name);
Returns the enum value associated to the name.
static ActorTypes valueOf(String name) => _$valueOfActorTypes(name);