RuntimeObject class abstract

Implementers

Constructors

RuntimeObject({RuntimeObject? parent})

Properties

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

Methods

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

Operators

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