isNum property

bool isNum

Is this String a number?

Implementation

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