isNum property

bool get isNum

Is this String a number?

Implementation

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