hasSeriesSelection property
bool
get
hasSeriesSelection
Returns true if this SelectionModel has a selected series.
Implementation
bool get hasSeriesSelection => _selectedSeries.isNotEmpty;
Returns true if this SelectionModel has a selected series.
bool get hasSeriesSelection => _selectedSeries.isNotEmpty;