core
0.5.1
common
core
/
org.mixdrinks.dto
/
TasteDto
Taste
Dto
@
Serializable
data
class
TasteDto
(
val
id
:
TasteId
,
val
name
:
String
)
Members
Constructors
Taste
Dto
Link copied to clipboard
constructor
(
id
:
TasteId
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
TasteId
name
Link copied to clipboard
val
name
:
String