keyword property

({bool done, String trailing, String value})? keyword
final

Headline keyword, like TODO. done indicates whether the keyword represents an in-progress state or a done state (as in org-done-keywords). See also OrgTodoStates.

Implementation

final ({String value, bool done, String trailing})? keyword;