GaDataDataTableCols constructor

GaDataDataTableCols({
  1. String? id,
  2. String? label,
  3. String? type,
})

Implementation

GaDataDataTableCols({
  this.id,
  this.label,
  this.type,
});