pliCount property
int
get
pliCount
Implementation
int get pliCount => js_util.getProperty(this, 'pliCount');
set
pliCount
(int newValue)
Implementation
set pliCount(int newValue) {
js_util.setProperty(this, 'pliCount', newValue);
}