valueOf static method

EventType? valueOf(
  1. int value
)

Implementation

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