selectedCount property

int selectedCount

The length getter for selected assets currently. 当前选中的资源的长度获取

Implementation

int get selectedCount => selectedAssets?.length ?? 0;