Converts this Uint256 to an integer.
Returns an integer representation of the Uint256 value.
@override int toInt() { return _value.toInt(); }