isNumeric property
bool
get
isNumeric
Checks if the string represents a valid number.
Implementation
bool get isNumeric {
return _isNumeric(this);
}
Checks if the string represents a valid number.
bool get isNumeric {
return _isNumeric(this);
}