Converts input and returns the result of the conversion.
input
@override String convert(List<int> src) => src.map<String>((int se) => String.fromCharCode(se)).join("");