DataSourceAny constructor

DataSourceAny({
  1. String? id,
  2. bool allowExport = true,
  3. bool supportSingleLineFilter = true,
})

Implementation

DataSourceAny(
    {String? id,
    bool allowExport = true,
    bool supportSingleLineFilter = true})
    : super(
          id: id,
          allowExport: allowExport,
          supportSingleLineFilter: supportSingleLineFilter);