SelectStatement constructor

SelectStatement({
  1. bool distinct = false,
})

Implementation

SelectStatement({bool distinct = false}) {
  this._distinct = distinct;
}