toDartInt 属性

int toDartInt

将此 JSNumber 转换为 int

如果此 JSNumber 不是一个整数值,则抛出。

实现

external int get toDartInt;