sampleCount property

int sampleCount

Implementation

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

Implementation

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