The code assets emitted by the link hook.
List<CodeAsset> get codeAssets => encodedAssets .where((asset) => asset.type == CodeAsset.type) .map<CodeAsset>(CodeAsset.fromEncoded) .toList();