DOMActionSelect<T> constructor

DOMActionSelect<T>(
  1. DOMActionExecutor<T> executor,
  2. String id
)

Implementation

DOMActionSelect(DOMActionExecutor<T> executor, this.id) : super(executor);