toggle menu
Writeopia
common
switch theme
search in API
writeopia_models
/
io.writeopia.sdk.models.document
/
Document
/
Document
Document
constructor
(
id
:
String
=
GenerateId.generate()
,
title
:
String
=
""
,
content
:
Map
<
Int
,
StoryStep
>
=
emptyMap()
,
createdAt
:
Instant
,
lastUpdatedAt
:
Instant
,
userId
:
String
,
parentId
:
String
,
favorite
:
Boolean
=
false
,
icon
:
MenuItem.Icon
?
=
null
)