DOMActionList<T> constructor

DOMActionList<T>(
  1. DOMActionExecutor<T> executor,
  2. List<DOMAction<T>> actions
)

Implementation

DOMActionList(DOMActionExecutor<T> executor, this.actions) : super(executor);