toInt method

int toInt()
inherited

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

Implementation

int toInt() => value.toInt();