asString method

String asString()

Convert Uint8List to String

Implementation

String asString() {
  return const Utf8Decoder().convert(this);
}