decode static method

String decode(
  1. String s
)

Implementation

static String decode(String s) => utf8.decode(decodeAsArrayBuffer(s));