isNumeric property

bool get isNumeric

Checks if the string represents a valid number.

Implementation

bool get isNumeric {
  return _isNumeric(this);
}