static String toStringHex(List<int> bytes) { return HEX.HexEncoder(upperCase: true).convert(bytes); }