uint16 top-level constant
IntegerType
const uint16
A BinaryType for ints encoded as unsigned 16-bit integers.
Implementation
const uint16 = IntegerType(Uint16List.bytesPerElement, _getUint16, _setUint16);