toDouble property
double
get
toDouble
Converts the string to a double.
Implementation
double get toDouble => double.parse(this);
Converts the string to a double.
double get toDouble => double.parse(this);