isNumericOnly property

bool get isNumericOnly

字符串中是否只包含数字

Implementation

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