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