chaîne de fléchette en octets

String foo = 'Hello world';
List<int> bytes = foo.codeUnits;
print(bytes);
ap_Cooperative_dev