toggle menu
Konduct
0.1.0-SNAPSHOT
jvm
switch theme
search in API
Konduct
/
io.github.denofbits.konduct.examples
/
Product
/
Product
Product
constructor
(
id
:
String
?
=
null
,
name
:
String
,
price
:
Double
,
category
:
String
,
status
:
String
,
rating
:
Double
?
=
null
,
inStock
:
Boolean
=
true
,
tags
:
List
<
String
>
=
emptyList()
)