RecipeConfigurationError constructor

RecipeConfigurationError(
  1. RegExpRecipe topRecipe,
  2. RegExpRecipe containedRecipe, [
  3. String? details
])

Implementation

RecipeConfigurationError(this.topRecipe, this.containedRecipe, [this.details]);