ColumnDescription constructor

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

Implementation

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