valueOf static method

ActorType valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static ActorType valueOf(String name) => _$valueOfActorType(name);