list property
List<AssetEntity> ?
get
list
Get the list of previously selected assets
Implementation
List<AssetEntity>? get list => _state != null ? _state!.provider.selectedAssets : null;
Get the list of previously selected assets
List<AssetEntity>? get list => _state != null ? _state!.provider.selectedAssets : null;