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