getString static method

String getString(
  1. List<int> value
)

Implementation

static String getString(List<int> value) => utf8.decode(value);