getInt64 method

int getInt64([
  1. int byteOffset = 0
])

Returns a Int64 at byteOffset of this bytes buffer (reads 8 bytes).

Implementation

int getInt64([int byteOffset = 0]) => _platform.readInt64(this, byteOffset);