Column constructor

Column(
  1. String columnName,
  2. {String? columnAs}
)

Implementation

Column(this.columnName, {this.columnAs});