DOMActionSelect<T> constructor
DOMActionSelect<T> (
- DOMActionExecutor<
T> executor, - String id
Implementation
DOMActionSelect(DOMActionExecutor<T> executor, this.id) : super(executor);