A Utf8Codec encodes strings to utf-8 code units (bytes) and decodes UTF-8 code units to strings.
this, converting from List<int> to String. [...]
String to List<int>. [...]
this. [...]
codeUnits (a list of unsigned 8-bit integers) to the
corresponding string. [...]
input. [...]
this with other. [...]