Checks if the string represents a finite floating-point number.
bool isFloat({double? min, double? max}) { return _isFloat(this, min, max); }