Dart API Reference
dart:core
num
toInt
toInt
method
Truncates this
num
to an integer and returns the result as an
int
.
int
toInt
( )
Truncates this
num
to an integer and returns the result as an
int
.