toDouble method

double toDouble()

Converts the string to a double. Returns NaN if parsing fails.

Implementation

double toDouble() => toFloat();