StepBuildRecipe constructor
const
StepBuildRecipe({
- required List<
NativeBuildStep> steps, - Map<
String, List< needsById = const {},String> > - BuildCache? cache,
Implementation
const StepBuildRecipe({
required this.steps,
this.needsById = const {},
this.cache,
});