ColumnExpr constructor

ColumnExpr(
  1. String name, {
  2. String? table,
})

Implementation

ColumnExpr(this.name, {this.table});