toDartInt property - JSNumberToNumber extension - dart:js_interop library (original) (raw)
int gettoDartInt
Converts this JSNumber to an int.
If this JSNumber is not an integer value, throws.
Implementation
external int get toDartInt;
int gettoDartInt
Converts this JSNumber to an int.
If this JSNumber is not an integer value, throws.
external int get toDartInt;