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
/
CommonType
Common
Type
data
class
CommonType
(
val
id
:
Long
,
val
name
:
String
)
(
source
)
Members
Constructors
Common
Type
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