StaticSegment class
A segment of text that is static and fully visible.
- Inheritance
-
- Object
- TextSegment
- StaticSegment
Constructors
- StaticSegment.new(String text)
-
Creates a static text segment with the given
text
.
Properties
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