decodeUint16 method

int decodeUint16 (int offset)

Implementation

int decodeUint16(int offset) => data.getUint16(offset, Endian.little);