CompoundSelectPart constructor

CompoundSelectPart({
  1. required CompoundSelectMode mode,
  2. required SelectStatementNoCompound select,
})

Implementation

CompoundSelectPart({required this.mode, required this.select});