QueryOperatorWidget constructor
QueryOperatorWidget(
- List<
QueryOperator> opList, - void onChange()
Implementation
QueryOperatorWidget(this.opList, this.onChange)
: assert(opList.isNotEmpty),
super();