convert method

String convert (List<int> bytes)
override

Converts input and returns the result of the conversion.

Implementation

String convert(List<int> bytes) => _convert(bytes, 0, bytes.length);