getUInt32 method

int getUInt32(
  1. int offsetInBytes
)

Implementation

int getUInt32(int offsetInBytes) =>
    data.getUint32(offsetInBytes, Endian.little);