getUInt16 method

int getUInt16(
  1. int offsetInBytes
)

Implementation

int getUInt16(int offsetInBytes) =>
    data.getUint16(offsetInBytes, Endian.little);