toDouble property

double get toDouble

Converts the string to a double.

Implementation

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