encoder 属性

Latin1Encoder encoder
重写

返回用于将 String 编码为 List<int> 的编码器。

它可能是状态保的,不应重复使用。

实现

Latin1Encoder get encoder => const Latin1Encoder();