toDouble method
Parses this string as a double.
Throws FormatException if parsing fails.
Implementation
double toDouble() => toNum().toDouble();
Parses this string as a double.
Throws FormatException if parsing fails.
double toDouble() => toNum().toDouble();