OrgFileLink class

A link to a file, like

file:/foo/bar.org::#custom-id

Constructors

OrgFileLink.parse(String text)
factory

Properties

body String
final
extra String?
final
hashCode int
The hash code for this object.
no setterinherited
isLocal bool
Whether this link points to a section within the current document.
no setter
isRelative bool
Whether the file linked to is indicated by a relative path (as opposed to an absolute path). Also true for local links.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
final

Methods

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

Operators

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