class RecipeSubStep { final String name; final String description; RecipeSubStep(this.name, this.description); }