isNum property

bool get isNum

判断字符串是否为数字(int,double)

Implementation

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