sampleSize property

dynamic sampleSize

Implementation

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

Implementation

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