isNum property

bool isNum

Discover if the String is a valid number

Implementation

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