selectedDatum property

List<SeriesDatum<D>> selectedDatum

Returns the selected SeriesDatum for this SelectionModel.

This is empty by default.

Implementation

List<SeriesDatum<D>> get selectedDatum => List.unmodifiable(_selectedDatum);