UserManagedSelectionModel<D>.fromConfig constructor

UserManagedSelectionModel<D>.fromConfig({
  1. List<String>? selectedSeriesConfig,
  2. List<SeriesDatumConfig<D>>? selectedDataConfig,
})

Creates a UserManagedSelectionModel with configuration that is converted to a common.SelectionModel when getModel provides a processed series list.

Implementation

UserManagedSelectionModel.fromConfig({
  this.selectedSeriesConfig,
  this.selectedDataConfig,
});