toDartInt property - JSNumberToNumber extension - dart:js_interop library (original) (raw)

description

int gettoDartInt

Converts this JSNumber to an int.

If this JSNumber is not an integer value, throws.

Implementation

external int get toDartInt;