toggle menu
Pandoro
1.1.0
common
switch theme
search in API
Pandoro
/
com.tecknobit.pandoro.ui.screens.notes.data
Package-level
declarations
Types
Types
Note
Link copied to clipboard
@
Serializable
data
class
Note
(
val
id
:
String
,
val
author
:
PandoroUser
,
val
content
:
String
,
val
creationDate
:
Long
,
val
markedAsDone
:
Boolean
=
false
,
val
markedAsDoneBy
:
PandoroUser
?
=
null
,
val
markAsDoneDate
:
Long
=
-1
)
The
Note
data class allow to represent a note data