$SlsaRecipe constructor

$SlsaRecipe({
  1. Map<String, Object?>? arguments,
  2. String? definedInMaterial,
  3. String? entryPoint,
  4. Map<String, Object?>? environment,
  5. String? type,
})

Implementation

$SlsaRecipe({
  this.arguments,
  this.definedInMaterial,
  this.entryPoint,
  this.environment,
  this.type,
});