Note
@Serializable
The Note data class allow to represent a note data
Author
N7ghtm4r3 - Tecknobit
Constructors
Link copied to clipboard
constructor(id: String, author: PandoroUser, content: String, creationDate: Long, markedAsDone: Boolean = false, markedAsDoneBy: PandoroUser? = null, markAsDoneDate: Long = -1)