toInt method

int toInt()

Converts to int (may throw if too large).

Implementation

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