String decode(
List<int> encoded
)

Not documented.

Source

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