Smart Parking
androidJvm
domain
/
it.unibolss.smartparking.domain.entities.user
/
User
User
data
class
User
(
val
name
:
String
,
val
email
:
String
)
This entity represents a user
Parameters
name
the name of the user
email
the email of the user
Members
Constructors
User
Link copied to clipboard
constructor
(
name
:
String
,
email
:
String
)
Properties
email
Link copied to clipboard
val
email
:
String
name
Link copied to clipboard
val
name
:
String