toDouble method

double toDouble()

Parses this string as a double.

Throws FormatException if parsing fails.

Implementation

double toDouble() => toNum().toDouble();