static String toCleanHex(List<int> bytes) { var hex = utf8.decode(bytes).replaceAll("-", "").toLowerCase(); return hex; }