getInt32 method

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

Returns a Int32 at byteOffset of this bytes buffer (reads 4 bytes).

Implementation

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