isNumeric method

bool isNumeric()

Numeric Only regex

Implementation

bool isNumeric() => RegVal.hasMatch(
      this,
      RegexPattern.numericOnly,
    );