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
/
PrivateInfo
Private
Info
data
class
PrivateInfo
(
val
ssn
:
String
,
val
dob
:
String
)
(
source
)
Members
Constructors
Private
Info
Link copied to clipboard
constructor
(
ssn
:
String
,
dob
:
String
)
Properties
dob
Link copied to clipboard
val
dob
:
String
ssn
Link copied to clipboard
val
ssn
:
String