parseTag method

dynamic parseTag()

Implementation

parseTag() {
  return this.parseString(4);
}