hasDatumSelection property
bool
get
hasDatumSelection
Returns true if this SelectionModel has a selected datum.
Implementation
bool get hasDatumSelection => _selectedDatum.isNotEmpty;
Returns true if this SelectionModel has a selected datum.
bool get hasDatumSelection => _selectedDatum.isNotEmpty;