List<DataAsset> get data => encodedAssets .where((asset) => asset.isDataAsset) .map<DataAsset>(DataAsset.fromEncoded) .toList();