ColumnDescription constructor
ColumnDescription({
- String? dataType,
- String? id,
- List<
LabeledItem> ? labels, - LookupDetails? lookupDetails,
- bool? multipleValuesDisallowed,
- String? name,
- RelationshipDetails? relationshipDetails,
Implementation
ColumnDescription({
this.dataType,
this.id,
this.labels,
this.lookupDetails,
this.multipleValuesDisallowed,
this.name,
this.relationshipDetails,
});