RichTextNode class
Constructors
- RichTextNode({required String path, required String? comment, required String raw, required StringInterpolation interpolation, required CaseStyle? paramCase})
-
factory
Properties
- comment → String?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
params
→ Set<
String> -
final
-
paramTypeMap
→ Map<
String, String> -
final
- parent → Node?
-
no setterinherited
- path → String
-
finalinherited
- raw → String
-
The original string
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
spans
→ List<
BaseSpan> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setParent(
Node parent) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited