toInt static method

int toInt(
  1. GsensorModeEnum value
)

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

Implementation

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