sampleSize property

bool sampleSize

Implementation

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

Implementation

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