kotlin-mpp-playground
Toggle table of contents
0.1.0.0+0152ff2
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-mpp-playground
jvm
/
dev.suresh.db
/
Robot
Robot
data
class
Robot
(
val
id
:
Long
,
val
name
:
String
)
(
source
)
Members
Constructors
Robot
Link copied to clipboard
constructor
(
id
:
Long
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
Long
name
Link copied to clipboard
val
name
:
String