isNumericOnly property
bool
get
isNumericOnly
字符串中是否只包含数字
Implementation
bool get isNumericOnly => StringUtils.isNumericOnly(this);
字符串中是否只包含数字
bool get isNumericOnly => StringUtils.isNumericOnly(this);