readInt32 method

int readInt32()

Implementation

int readInt32() => _requireBytes(
  4, () => bytes.getInt32((offset += 4) - 4, Endian.little),
);