frequency property

int frequency

Implementation

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

Implementation

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