getUint16 method

int getUint16()

Reads 2-bytes as an unsigned integer.

Implementation

int getUint16() => getUint(ByteLength.u16);