Печать строки Char от Char в Dart

input.split('').forEach((ch) => print(ch));
Stormy Skunk