DataSetConfiguration constructor

DataSetConfiguration({
  1. List<ColumnGroupSchema>? columnGroupSchemaList,
  2. DataSetSchema? dataSetSchema,
  3. String? placeholder,
})

Implementation

DataSetConfiguration({
  this.columnGroupSchemaList,
  this.dataSetSchema,
  this.placeholder,
});