Tag class

Inheritance

Constructors

Tag(String _text)

Properties

debugMetadata DebugMetadata?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
ownDebugMetadata DebugMetadata
no setterinherited
parent RuntimeObject?
RuntimeObjects can be included in the main Story as a hierarchy. Usually parents are Container objects. (TODO: Always?)
getter/setter pairinherited
path Path
no setterinherited
rootContentContainer Container?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
no setter

Methods

compactPathString(Path otherPath) String
inherited
CompactPathString(Path otherPath) String
inherited
convertPathToRelative(Path globalPath) Path
inherited
debugLineNumberOfPath(Path? path) int?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolvePath(Path? path) SearchResult
inherited
setChild<T extends RuntimeObject>(T? obj, T? value) → void
inherited
toString() String
A string representation of this object.
override

Operators

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