SelectColumn constructor

SelectColumn(
  1. Expr expr, {
  2. String? alias,
})

Implementation

SelectColumn(this.expr, {this.alias});