recipe property

Recipe? recipe
getter/setter pair

Identifies the configuration used for the build.

When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible). required

Implementation

Recipe? recipe;