hasDatumSelection property

bool hasDatumSelection

Returns true if this SelectionModel has a selected datum.

Implementation

bool get hasDatumSelection => _selectedDatum.isNotEmpty;