toggle menu
app
androidJvm
switch theme
search in API
app
/
com.qwict.svkandroid.data.local.schema
/
UserRoomEntity
User
Room
Entity
data
class
UserRoomEntity
(
val
remoteId
:
Long
,
val
email
:
String
,
val
role
:
String
)
Members
Members & Extensions
Constructors
User
Room
Entity
Link copied to clipboard
constructor
(
remoteId
:
Long
,
email
:
String
,
role
:
String
)
Properties
email
Link copied to clipboard
val
email
:
String
remote
Id
Link copied to clipboard
val
remoteId
:
Long
role
Link copied to clipboard
val
role
:
String
Functions
as
Domain
Model
Link copied to clipboard
fun
UserRoomEntity
.
asDomainModel
(
)
:
User