toggle menu
app
androidJvm
switch theme
search in API
app
/
com.example.simplenotesapp.model
/
Note
/
Note
Note
constructor
(
id
:
Int
=
0
,
title
:
String
,
content
:
String
,
timestamp
:
Long
=
System.currentTimeMillis()
,
isDeleted
:
Boolean
=
false
)