MentionNode class
AST node representing a user mention (@username)
- Inheritance
-
- Object
- MarkdownNode
- MentionNode
Constructors
- MentionNode(String username)
-
Creates a new mention node
const
Properties
Methods
-
copyWith(
{String? username}) → MentionNode -
Creates a copy of this node
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts this node to a JSON representation
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited