TextData class

A simple data bit.

Inheritance

Constructors

TextData(TextBits parent, String _data, TextStyleBuilder tsb)
Creates with data string

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
next TextBit
The next bit in the text tree. [...]
read-only, inherited
parent TextBits
The container TextBits.
final, inherited
prev TextBit
The previous bit in the text tree. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
tsb TextStyleBuilder
The associated TextStyleBuilder.
final

Methods

compile(void _) String
Compiles input into output.
override
detach() bool
Removes self from the parent.
inherited
insertAfter(TextBit another) bool
Inserts self after another in the text tree.
inherited
insertBefore(TextBit another) bool
Inserts self before another in the text tree.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
replaceWith(TextBit another) bool
Replaces self with another.
inherited
toString() String
Returns a string representation of this object.
override

Operators

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