pda
jvm
model
/
net.artux.pda.model.profile
/
NoteModel
/
NoteModel
Note
Model
constructor
(
id
:
UUID
=
UUID.randomUUID()
,
title
:
String
?
=
null
,
content
:
String
?
=
null
,
time
:
Instant
?
=
null
)