armorDecoder top-level property

Converter<List<int>, List<int>> get armorDecoder

Implementation

Converter<List<int>, List<int>> get armorDecoder =>
    utf8.decoder.fuse(_codec.decoder);