isDouble property
bool
get
isDouble
Returns true if the string can be parsed as a double.
Implementation
bool get isDouble => toDoubleOrNull() != null;
Returns true if the string can be parsed as a double.
bool get isDouble => toDoubleOrNull() != null;