readLong method

int readLong()

Implementation

int readLong() => _getNum<int>(_byteData.getInt64, 8);