Represents a "recipe" in the database.
The list of herbs for the recipe.
The image of the recipe.
The list of ingredients for the recipe.
The unique ID for this recipe in the local database. This is the primary key.
The list of optional ingredients for the recipe.
The unique ID for this recipe on the server. This is indexed and must be unique.
The slug of the recipe.
The list of steps for the recipe.
The title of the recipe.
Converts a dbRecipe object to a Recipe domain object.