selectedIds property

Set<String> get selectedIds

获取已选中的 ID 集合

Implementation

Set<String> get selectedIds => _state?.selectedIds ?? {};