automationRate property

AutomationRate get automationRate

Implementation

AutomationRate get automationRate =>
    AutomationRate.fromValue(js_util.getProperty(this, 'automationRate'));
set automationRate (AutomationRate newValue)

Implementation

set automationRate(AutomationRate newValue) {
  js_util.setProperty(this, 'automationRate', newValue.value);
}