pliCount property

int pliCount

Implementation

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

Implementation

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