decode abstract method

String decode(
  1. List<int> tokens
)

Decodes a list of tokens back into text.

Implementation

String decode(List<int> tokens);