result method

String result()

Implementation

String result() {
  return String.fromCharCodes(rep);
}