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