utf8Text method

String utf8Text(
  1. List<int> source
)

Implementation

String utf8Text(List<int> source) =>
    utf8.decode(source.sublist(startByte, endByte));