toDouble method

double toDouble()

Converts string to double or throws FormatException

Implementation

double toDouble() => double.parse(this);