getType static method

EventType getType(
  1. int type
)

Implementation

static EventType getType(int type){
  return _map[type]!;
}