readI64 method

int readI64(
  1. int ptr
)

Implementation

int readI64(int ptr) => getInt64LE(ByteData.sublistView(readBytes(ptr, 8)), 0);