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