OrgDataNodeMap class

A collection of temporary data about an Org Mode document used for display purposes.

Constructors

OrgDataNodeMap.build({required OrgTree root, Map<String, dynamic>? json})
factory
OrgDataNodeMap.inherit(OrgDataNodeMap other)
factory

Properties

currentVisibility Set<OrgVisibilityState>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
nodeFor(OrgTree tree) OrgDataNode?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sectionWithCustomId(String customId) OrgSection?
sectionWithId(String id) OrgSection?
sectionWithTitle(String title) OrgSection?
setAllVisibilities(OrgVisibilityState newState) → void
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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