toDouble method

double toDouble()

Transform the number into a double.

Implementation

double toDouble() => toFloat32Bytes(hostEndian).buffer.asFloat32List()[0];