hasSelection property
bool
get
hasSelection
Implementation
bool get hasSelection {
return (selectedItems != null && selectedItems!.isNotEmpty);
}
bool get hasSelection {
return (selectedItems != null && selectedItems!.isNotEmpty);
}