toggle menu
Jochens Next Dinner
androidJvm
switch theme
search in API
app
/
be.hogent.jochensnextdinner.data.database
/
dbRecipe
/
dbRecipe
db
Recipe
constructor
(
localId
:
Long
,
serverId
:
String
?
=
null
,
slug
:
String
,
title
:
String
,
ingredients
:
List
<
String
>
,
optionalIngredients
:
List
<
String
>
,
herbs
:
List
<
String
>
,
steps
:
List
<
String
>
,
image
:
String
?
)