Krill SDK
Toggle table of contents
0.0.48
common
Target filter
common
Switch theme
Search in API
Skip to content
Krill SDK
Krill SDK
/
krill.zone.shared.krillapp.project.tasklist
/
Task
/
Task
Task
constructor
(
id
:
String
=
""
,
description
:
String
=
""
,
isCompleted
:
Boolean
=
false
,
dueDate
:
Long
?
=
null
,
recurrence
:
String
=
""
,
expiredExecuted
:
Boolean
=
false
,
completedOn
:
Long
=
0
)
(
source
)