RecipeConfigurationError constructor
RecipeConfigurationError(
- RegExpRecipe topRecipe,
- RegExpRecipe containedRecipe, [
- String? details
Implementation
RecipeConfigurationError(this.topRecipe, this.containedRecipe, [this.details]);