decodeUint64 method

int decodeUint64 (int offset)

Implementation

int decodeUint64(int offset) => data.getUint64(offset, Endian.little);