fléchette

void main() { 
   String str = "Hello"; 
   print(str.codeUnits); 
} 
Shadow