toInt static method

int toInt(
  1. RouteEnum value
)

转换为常量类型 value 枚举 Return 转换结果

Implementation

static int toInt(RouteEnum value) => value.index;