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