SelColumn constructor

SelColumn(
  1. String name, [
  2. String? alias
])

Implementation

SelColumn(this.name, [this.alias]);