getChar method

String getChar(
  1. int offset
)

Implementation

String getChar(int offset) {
  return String.fromCharCode(this.getUint16(offset));
}