valueOf static method

Mount_Scope valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static Mount_Scope valueOf(String name) => _$valueOfMount_Scope(name);