toDouble method

double toDouble()

Parses the string as a double number and returns the result.

Implementation

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