valueOf static method

TokenType? valueOf(
  1. int value
)

Implementation

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