toInt method Null safety

int toInt()

Truncates this num to an integer and returns the result as an int.

Equivalent to truncate.

Implementation

int toInt();