toInt static method

int toInt(
  1. RotationEnum value
)

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

Implementation

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