valueOf static method

SortMode? valueOf(
  1. String? name
)

Implementation

static SortMode? valueOf(String? name) => _mapValueOfName[name!];