toUint8 method

int toUint8()

Implementation

int toUint8() {
  return (this & Int32.mask8).toInt();
}