list property

List<AssetEntity>? list

Get the list of previously selected assets

Implementation

List<AssetEntity>? get list => _state != null ? _state!.provider.selectedAssets : null;