valueOf static method

SortOrder? valueOf(
  1. int value
)

Implementation

static SortOrder? valueOf($core.int value) => _byValue[value];