OrgDrawer class

Drawer has the following pattern:

:NAME:
CONTENTS
:END:
Implemented types
Mixed in types
Annotations
  • @JsonSerializable()

Constructors

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

Properties

affiliated ↔ dynamic
getter/setter pairinherited
children List
The contents of the drawer. It can contain any element but another drawer.
final
contentsBegin int
finalinherited
contentsEnd int
finalinherited
data Data?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the drawer. It can contain word-constituent characters, hyphens and underscores.
final
position Position?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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