app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
InsertarBD
/
User
User
data
class
User
(
val
id
:
Int
=
0
,
val
username
:
String
=
""
,
val
password
:
String
=
""
,
val
address
:
String
=
""
,
val
email
:
String
=
""
,
val
orders
:
List
<
Order
>
=
emptyList<Order>()
)
Members
Constructors
User
Link copied to clipboard
constructor
(
id
:
Int
=
0
,
username
:
String
=
""
,
password
:
String
=
""
,
address
:
String
=
""
,
email
:
String
=
""
,
orders
:
List
<
Order
>
=
emptyList<Order>()
)
Properties
address
Link copied to clipboard
val
address
:
String
email
Link copied to clipboard
val
email
:
String
id
Link copied to clipboard
val
id
:
Int
orders
Link copied to clipboard
val
orders
:
List
<
Order
>
password
Link copied to clipboard
val
password
:
String
username
Link copied to clipboard
val
username
:
String