OrgPlanningLine class

A planning line, like

SCHEDULED: <2021-12-09 Thu>

or

CLOSED: [2021-12-09 Thu 12:02]
Inheritance
Mixed in types

Constructors

OrgPlanningLine(String indent, OrgKeyword keyword, OrgContent body, String trailing)

Properties

body OrgContent
final
children List<OrgNode>
The children of this node. May be empty.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
indent String
Indenting whitespace
final
keyword OrgKeyword
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailing String
Trailing whitespace
final

Methods

contains(Pattern pattern) bool
Return true if this node or any of its children recursively match the supplied pattern
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
visit<T extends OrgNode>(bool visitor(T)) bool
Walk AST with visitor. Specify a type T to only visit nodes of that type. The visitor function must return true to continue iterating, or false to stop.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited