LoadAutomationEventList method
Implementation
AutomationEventListD LoadAutomationEventList(
String? fileName,
) => run(
() => 'LoadAutomationEventList($fileName)',
() => rl.Temp.AutomationEventList$.RefCapture(
'LoadAutomationEventList_$fileName',
rl.Core.LoadAutomationEventList(
rl.Temp.String$.ValueOrNull(fileName),
),
),
);