isNumber method

bool isNumber()

Implementation

bool isNumber() {
  return _numeric.hasMatch(this);
}