ChecklistTasksDone

data class ChecklistTasksDone(val checklistMessage: CommonMessage<ChecklistContent>, val markedAsDone: List<ChecklistTaskId>? = null, val markedAsNotDone: List<ChecklistTaskId>? = null) : CommonEvent

Constructors

Link copied to clipboard
constructor(checklistMessage: CommonMessage<ChecklistContent>, markedAsDone: List<ChecklistTaskId>? = null, markedAsNotDone: List<ChecklistTaskId>? = null)

Properties

Link copied to clipboard
Link copied to clipboard