uint32 top-level constant
IntegerType
const uint32
A BinaryType for ints encoded as unsigned 32-bit integers.
Implementation
const uint32 = IntegerType(Uint32List.bytesPerElement, _getUint32, _setUint32);