Package-level declarations

Types

Link copied to clipboard
data class Note(val id: Long = -1, val title: String = "", val content: String = "")