materials property

List<Material>? materials
getter/setter pair

The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on.

This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.

Implementation

core.List<Material>? materials;