hasSeriesSelection property

bool get hasSeriesSelection

Returns true if this SelectionModel has a selected series.

Implementation

bool get hasSeriesSelection => _selectedSeries.isNotEmpty;