valueOf static method

ClearAt_Type valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static ClearAt_Type valueOf(String name) => _$valueOfClearAt_Type(name);