String decode(List<int> encoded)

Source

String decode(List<int> encoded) => decoder.convert(encoded);