readDouble method

double readDouble()

Implementation

double readDouble() => _getNum<double>(_byteData.getFloat64, 8);