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
/
Address
Address
data
class
Address
(
val
street
:
String
,
val
city
:
String
,
val
state
:
String
,
val
zip
:
String
)
(
source
)
Members
Constructors
Address
Link copied to clipboard
constructor
(
street
:
String
,
city
:
String
,
state
:
String
,
zip
:
String
)
Properties
city
Link copied to clipboard
val
city
:
String
state
Link copied to clipboard
val
state
:
String
street
Link copied to clipboard
val
street
:
String
zip
Link copied to clipboard
val
zip
:
String