getEightChar method

EightChar getEightChar()

Implementation

EightChar getEightChar() {
  if (null == _eightChar) {
    _eightChar = new EightChar(this);
  }
  return _eightChar!;
}