ColumnDefinition constructor
ColumnDefinition({})
Returns a new ColumnDefinition instance.
Implementation
ColumnDefinition({
this.id,
this.name,
this.imported,
this.semanticType,
this.unit,
this.dataType,
});
Returns a new ColumnDefinition instance.
ColumnDefinition({
this.id,
this.name,
this.imported,
this.semanticType,
this.unit,
this.dataType,
});