OrgTODOState

@Serializable
data class OrgTODOState(val text: String, val isDone: Boolean, var tokens: List<Token>) : OrgElem

Constructors

Link copied to clipboard
constructor(text: String, isDone: Boolean, tokens: List<Token>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var tokens: List<Token>