api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Returns the encoder from String to List<int>.
String
List<int>
It may be stateful and should not be reused.
Converter<String, List<int>> get encoder;