readFixed32 method

int readFixed32()

Implementation

int readFixed32() => _readByteData(4).getUint32(0, Endian.little);