MarkdownNode class abstract

Base class for all Markdown AST nodes

This abstract class defines the common interface for all nodes in the Markdown Abstract Syntax Tree.

Implementers

Constructors

MarkdownNode()
Creates a new Markdown node
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type identifier for this node
no setter

Methods

copyWith() MarkdownNode
Creates a copy of this node
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
toString() String
A string representation of this object.
override

Operators

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