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