getFloat64 method

double getFloat64()

Implementation

double getFloat64() {
  return getUint8List(8).buffer.asFloat64List()[0];
}