isHexColor property
bool
get
isHexColor
Checks if the string is a hexadecimal color.
Implementation
bool get isHexColor {
return _isHexColor(this);
}
Checks if the string is a hexadecimal color.
bool get isHexColor {
return _isHexColor(this);
}