automationRate property

AutomationRate automationRate

Implementation

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

Implementation

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