Package.recipe

Accesses the recipe contents of this package.

The recipe contains any default values and configurations added by DUB. To access the raw user recipe, use the rawRecipe property.

class Package
@property ref inout
inout(PackageRecipe)
recipe
()

See Also

rawRecipe

Meta