str2hex top-level property

Codec<String, String> str2hex
final

Various encoders, decoders and type converters.

Implementation

final Codec<String, String> str2hex = utf8.fuse(HEX);