definedInMaterial property

String? definedInMaterial
getter/setter pair

Index in materials containing the recipe steps that are not implied by recipe.type.

For example, if the recipe type were "make", then this would point to the source containing the Makefile, not the make program itself. Set to -1 if the recipe doesn't come from a material, as zero is default unset value for int64.

Implementation

core.String? definedInMaterial;