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