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