decode static method

String decode(
  1. List<int> src
)

Implementation

static String decode(List<int> src) {
  return _big5TransformDecode(src);
}