Converts this as a Uint64 to bytes (Uint8List).
this
Uint64
Uint8List uInt64ToBytes() => Uint8List(8)..setUint64(this);