domActionExecutor property
Implementation
@override
DOMActionExecutor<T>? get domActionExecutor => domGenerator.domActionExecutor;
Implementation
@override
set domActionExecutor(DOMActionExecutor<T>? value) =>
domGenerator.domActionExecutor = value;