toDartInt 属性

int toDartInt

将此 JSNumber 转换为 int

如果此 JSNumber 不是整数值,则抛出异常。

实现

external int get toDartInt;