OrgData class

Implemented types
Annotations
  • @JsonSerializable()

Constructors

OrgData({required int contentsBegin, required int contentsEnd, required List children})
OrgData.fromJson(Map<String, dynamic> json)
factory

Properties

author String?
getter/setter pair
category String?
The category of the agenda file, which applies to the entire document.
getter/setter pair
children List
A list representing the children of a Node.
final
contentsBegin int
finalinherited
contentsEnd int
finalinherited
data Data?
getter/setter pairinherited
date String?
getter/setter pair
filetags List<String>
The tags that all entries in the file inherit from, including the top-level entries.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
position Position?
getter/setter pairinherited
properties OrgPropertyDrawer?
The limits and the default for the priorities. All three must be either letters A–Z or numbers 0–9. The highest priority must have a lower ASCII number than the lowest priority.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>
The valid tags in this file, and (potentially) the corresponding fast tag selection keys.
getter/setter pair
title String?
Org displays this title. For long titles, use multiple ‘#+TITLE’ lines.
getter/setter pair
type String
A representation of the variant of a node.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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