automationRate property
AutomationRate
get
automationRate
Implementation
_i3.AutomationRate get automationRate =>
_i3.AutomationRateOptions.values.byName(_i4.getProperty(
this,
'automationRate',
));
set
automationRate
(AutomationRate value)
Implementation
set automationRate(_i3.AutomationRate value) {
_i4.setProperty(
this,
'automationRate',
value.name,
);
}