static String encode(List<int> bytes, {bool prefix = false}) => dw3_core.HexUtils.encode(Uint8List.fromList(bytes), prefix: prefix);