DataSetConfiguration constructor
DataSetConfiguration({
- List<
ColumnGroupSchema> ? columnGroupSchemaList, - DataSetSchema? dataSetSchema,
- String? placeholder,
Implementation
DataSetConfiguration({
this.columnGroupSchemaList,
this.dataSetSchema,
this.placeholder,
});