isNum property

bool get isNum

Discover if the String is a valid number

Implementation

bool get isNum => GetUtils.isNum(this);