返回从 String 到 List<int> 的编码器。
String
List<int>
它可能具有状态,不应重复使用。
AsciiEncoder get encoder => const AsciiEncoder();