OutputColumn constructor

OutputColumn({
  1. String? description,
  2. String? name,
  3. ColumnDataType? type,
})

Implementation

OutputColumn({
  this.description,
  this.name,
  this.type,
});