ColumnDescription constructor

ColumnDescription({
  1. String? dataType,
  2. String? id,
  3. List<LabeledItem>? labels,
  4. LookupDetails? lookupDetails,
  5. bool? multipleValuesDisallowed,
  6. String? name,
  7. RelationshipDetails? relationshipDetails,
})

Implementation

ColumnDescription({
  this.dataType,
  this.id,
  this.labels,
  this.lookupDetails,
  this.multipleValuesDisallowed,
  this.name,
  this.relationshipDetails,
});