Parses the string as a double number and returns the result.
double toDouble() => double.parse(this);