isHexadecimal property
bool
get
isHexadecimal
检验字符串是否是表示颜色的字符串
Implementation
bool get isHexadecimal => StringUtils.isHexadecimal(this);
检验字符串是否是表示颜色的字符串
bool get isHexadecimal => StringUtils.isHexadecimal(this);