pliCount property
num?
get
pliCount
Implementation
_i2.num? get pliCount => _i4.getProperty(
this,
'pliCount',
);
set
pliCount
(num? value)
Implementation
set pliCount(_i2.num? value) {
_i4.setProperty(
this,
'pliCount',
value ?? _i6.undefined,
);
}