readSfixed32 method

int readSfixed32()

Implementation

int readSfixed32() => _readByteData(4).getInt32(0, Endian.little);