encoder property

Converter<List<int>, String> encoder
final

Returns the encoder from S to T.

It may be stateful and should not be reused.

Implementation

final Converter<List<int>, String> encoder = const Base16Encoder();