getInt16 method

int getInt16([
  1. int byteOffset = 0
])

Returns a Int16 at byteOffset of this bytes buffer (reads 2 bytes).

Implementation

int getInt16([int byteOffset = 0]) => asByteData().getInt16(byteOffset);