totalSelectionCount property

int get totalSelectionCount

The number of selected keys (including pending ones).

Implementation

int get totalSelectionCount => _selectedKeys.length;