OrgLink class

A hyperlink.

it has 4 patterns:

PRE1 RADIO POST1          ("radio" link)
<PROTOCOL:PATH>           ("angle" link)
PRE2 PROTOCOL:PATH2 POST2 ("plain" link)
[[PATH3]DESCRIPTION]      ("regular" link)

Warning

radio target and plain are not supported.

Implemented types
Annotations
  • @JsonSerializable()

Constructors

OrgLink.fromJson(Map<String, dynamic> json)
factory

Properties

children List
final
contentsBegin int?
finalinherited
contentsEnd int?
finalinherited
data Data?
getter/setter pairinherited
format OrgLinkFormat
The format of this link.
final
hashCode int
The hash code for this object.
no setterinherited
linkType String
The PROTOCOL of this link.
final
name String
The name of this link.
no setter
path String
The reset part of this link without protocol.
final
position Position?
getter/setter pairinherited
The raw string of this link.
final
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