drawCounter property
Implementation
@override get drawCounter {
structOnOp((p) => _drawCounter = p.readerAt(_o[.drawCounter]).Int32());
return _drawCounter;
}
@override get drawCounter {
structOnOp((p) => _drawCounter = p.readerAt(_o[.drawCounter]).Int32());
return _drawCounter;
}