isHexColor property
bool
get
isHexColor
Check if the string is a hexadecimal color
Implementation
bool get isHexColor => RegexUtils.hexColor.hasMatch(this);
Check if the string is a hexadecimal color
bool get isHexColor => RegexUtils.hexColor.hasMatch(this);