Check if it is a valid hexString (hex chars and length 24)
static bool isValidHexId(String hexString) => charMatcherRegExp.hasMatch(hexString);