hasDatumSelection property

bool get hasDatumSelection

Returns true if this SelectionModel has a selected datum.

Implementation

bool get hasDatumSelection => _selectedDatum.isNotEmpty;