isNum method

bool isNum()

Checks if string is num (int or double).

Implementation

bool isNum() => NumUtils.isNum(this);