automationRate property

AutomationRate get automationRate

Implementation

AutomationRate get automationRate =>
    AutomationRate.fromValue(JsUtil.sGetProperty(this, 'automationRate'));
set automationRate (AutomationRate newValue)

Implementation

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