valueOf static method

View_Sort_Mode valueOf(
  1. String name
)

Returns the enum value associated to the name.

Implementation

static View_Sort_Mode valueOf(String name) => _$valueOfView_Sort_Mode(name);