toDOUBLE property
double
get
toDOUBLE
Parses the string as an int or 0 defaultDouble.
Implementation
double get toDOUBLE => toDouble(this);
Parses the string as an int or 0 defaultDouble.
double get toDOUBLE => toDouble(this);