Converts this as a Int64 to bytes (Uint8List).
this
Int64
Uint8List int64ToBytes() => Uint8List(8)..setInt64(this);