hasSeriesSelection property

bool hasSeriesSelection

Returns true if this SelectionModel has a selected series.

Implementation

bool get hasSeriesSelection => _selectedSeries.isNotEmpty;