-
public final class ToDoBlock.Element
-
-
Constructor Summary
Constructors Constructor Description ToDoBlock.Element(Boolean checked, List<Block> children)
-
Method Summary
Modifier and Type Method Description final Boolean
getChecked()
final List<Block>
getChildren()
-
-
Method Detail
-
getChecked
final Boolean getChecked()
-
getChildren
final List<Block> getChildren()
-
-
-
-