toInt static method

将枚举转换为整型

Implementation

static int toInt(GroupApplicationHandlerResultEnum level) => level.index;