toInt method

  1. @override
int toInt()
override

Returns the int representation of this integer.

On some platforms, inputs with large absolute values (i.e., > 2^52) may lose some of their low-order bits.

Implementation

@override
int toInt() => _i;