toInt static method

int toInt(
  1. DownloadTypeEnum level
)

将枚举转换为整型

Implementation

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