maxDrawCount property

int maxDrawCount

Implementation

int get maxDrawCount => js_util.getProperty(this, 'maxDrawCount');
void maxDrawCount=(int newValue)

Implementation

set maxDrawCount(int newValue) {
  js_util.setProperty(this, 'maxDrawCount', newValue);
}