Converts this as a Uint32 to bytes (Uint8List).
this
Uint32
Uint8List uInt32ToBytes() => Uint8List(4)..asByteData().setUint32(0, this, Endian.big);