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