hasSelection property

bool get hasSelection

Check if any rows are selected

Implementation

bool get hasSelection => selectedRowIds.isNotEmpty;