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