Created

data class Created(val titleTextSources: List<TextSource>, val tasks: List<ChecklistTask.Created>, val othersCanAddTasks: Boolean = false, val othersCanCompleteTasks: Boolean = false) : Checklist, ReplyInfo.External.ContentVariant

Constructors

Link copied to clipboard
constructor(titleTextSources: List<TextSource>, tasks: List<ChecklistTask.Created>, othersCanAddTasks: Boolean = false, othersCanCompleteTasks: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val othersCanAddTasks: Boolean = false
Link copied to clipboard
open override val othersCanCompleteTasks: Boolean = false
Link copied to clipboard
open override val tasks: List<ChecklistTask.Created>
Link copied to clipboard
open override val text: String
Link copied to clipboard
open override val textSources: List<TextSource>

Full list of TextSources

Link copied to clipboard
open override val title: String
Link copied to clipboard
open override val titleTextSources: List<TextSource>