toInt method

int toInt()

Returns, truncated if necessary, to fit as an int.

Implementation

int toInt() => this[0] * _pow2to32 + this[1];