Returns a Int64 at byteOffset of this bytes buffer (reads 8 bytes).
Int64
byteOffset
int getInt64([int byteOffset = 0]) => _platform.readInt64(this, byteOffset);