toInt method

int toInt()

Returns the integer equivalent of this digit.

Implementation

int toInt() => value.getUint8(0);