QueryOperatorWidget constructor

QueryOperatorWidget(
  1. List<QueryOperator> opList,
  2. void onChange(
    1. QueryOperator e
    )
)

Implementation

QueryOperatorWidget(this.opList, this.onChange)
    : assert(opList.isNotEmpty),
      super();