valueOf static method

$Type valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static $Type valueOf(String name) => _$valueOf$Type(name);