kotlin-mpp-playground
Toggle table of contents
0.1.0.0+42f3bb9
common
Platform filter
common
Switch theme
Search in API
kotlin-mpp-playground
shared
/
dev.suresh.lang
/
Name
Name
data
class
Name
(
val
first
:
String
,
val
last
:
String
)
(
source
)
Members
Constructors
Name
Link copied to clipboard
constructor
(
first
:
String
,
last
:
String
)
Properties
first
Link copied to clipboard
val
first
:
String
last
Link copied to clipboard
val
last
:
String