readUint16 method

int readUint16()

Reads a Uint16 from the buffer.

Implementation

int readUint16() => _read(2).getUint16(0, Endian.little);