OutputColumn constructor
OutputColumn({
- String? description,
- String? name,
- ColumnDataType? type,
Implementation
OutputColumn({
this.description,
this.name,
this.type,
});