clockRate property

int get clockRate

Implementation

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

Implementation

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