toInt method

int toInt()

Returns the value as an int (truncated).

Implementation

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