clockRate property

int clockRate

Implementation

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

Implementation

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