encoder property Null safety
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();
Returns the encoder from S
to T
.
It may be stateful and should not be reused.
final Converter<List<int>, String> encoder = const Base16Encoder();