QueryOperatorWidget constructor

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

Implementation

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