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