Converts a hexidecimal string to a hex value.
@override String hexValue(String hexString) { return "x'$hexString'"; }