OrgHeadline class

A line defined as STARS KEYWORD PRIORITY TITLE TAGS.

Implemented types
Annotations
  • @JsonSerializable()

Constructors

OrgHeadline({int? contentsBegin, int? contentsEnd, required List children, required int level, String? todoKeyword, String? priority, required bool commented, required String rawValue, required List<String> tags})
OrgHeadline.fromJson(Map<String, dynamic> json)
factory

Properties

children List
A list contains OrgText or OrgLink which is a representation of the title of the headline.
final
commented bool
the value is true if the HEADLINE has COMMENT tag.
final
contentsBegin int?
finalinherited
contentsEnd int?
finalinherited
data Data?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
level int
The indent level.
final
position Position?
finalinherited
priority String?
A single letter.
final
rawValue String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>
Words containing any alpha-numeric character, underscore, at sign, hash sign or percent sign.
final
todoKeyword String?
A keyword.
final
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