hidden property

bool? hidden
getter/setter pair

Flag indicating whether the task is hidden.

This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.

Implementation

core.bool? hidden;