sampleSize property

int sampleSize

Implementation

int get sampleSize => js_util.getProperty(this, 'sampleSize');
void sampleSize=(int newValue)

Implementation

set sampleSize(int newValue) {
  js_util.setProperty(this, 'sampleSize', newValue);
}