app
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
app
app
/
com.example.remindmind
/
SubTask
/
SubTask
Sub
Task
constructor
(
id
:
Int
,
text
:
String
,
date
:
String
,
time
:
String
,
isCompleted
:
Boolean
=
false
,
priority
:
Priority
=
Priority.MEDIUM
,
notificationSettings
:
NotificationSettings
=
NotificationSettings()
)