FlyMenuRecipe

constructor(id: Int, name: String, nbpers: Int, image: String, tags: List<FlyMenuRecipeTag>, type: FlyMenuRecipeType? = null, type_id: Int, cook_time: Int, prep_time: Int, difficulty: Float, note: Float?, steps: List<FlyMenuRecipeStep>, advice: String, ingredients_compositions: List<FlyMenuRecipeComposition>)