encoder property
Returns the encoder from String
to List<int>
.
It may be stateful and should not be reused.
Implementation
@override
Latin1Encoder get encoder => latin1Codec.encoder;
Returns the encoder from String
to List<int>
.
It may be stateful and should not be reused.
@override
Latin1Encoder get encoder => latin1Codec.encoder;